diff --git a/modules/gke-cluster/README.md b/modules/gke-cluster/README.md
index fb0c95afb..fcbae58fa 100644
--- a/modules/gke-cluster/README.md
+++ b/modules/gke-cluster/README.md
@@ -41,7 +41,7 @@ module "cluster-1" {
| secondary_range_pods | Subnet secondary range name used for pods. | string | ✓ | |
| secondary_range_services | Subnet secondary range name used for services. | string | ✓ | |
| subnetwork | VPC subnetwork name or self link. | string | ✓ | |
-| *addons* | Addons enabled in the cluster (true means enabled). | object({...}) | | ... |
+| *addons* | Addons enabled in the cluster (true means enabled). | object({...}) | | ... |
| *authenticator_security_group* | RBAC security group for Google Groups for GKE, format is gke-security-groups@yourdomain.com. | string | | null |
| *cluster_autoscaling* | Enable and configure limits for Node Auto-Provisioning with Cluster Autoscaler. | object({...}) | | ... |
| *database_encryption* | Enable and configure GKE application-layer secrets encryption. | object({...}) | | ... |
@@ -58,8 +58,9 @@ module "cluster-1" {
| *min_master_version* | Minimum version of the master, defaults to the version of the most recent official release. | string | | null |
| *monitoring_service* | Monitoring service (disable with an empty string). | string | | monitoring.googleapis.com/kubernetes |
| *node_locations* | Zones in which the cluster's nodes are located. | list(string) | | [] |
+| *peering_config* | Configure peering with the master VPC for private clusters. | object({...}) | | null |
| *pod_security_policy* | Enable the PodSecurityPolicy feature. | bool | | null |
-| *private_cluster_config* | Enable and configure private cluster. | object({...}) | | null |
+| *private_cluster_config* | Enable and configure private cluster, private nodes must be true if used. | object({...}) | | null |
| *release_channel* | Release channel for GKE upgrades. | string | | null |
| *resource_usage_export_config* | Configure the ResourceUsageExportConfig feature. | object({...}) | | ... |
| *vertical_pod_autoscaling* | Enable the Vertical Pod Autoscaling feature. | bool | | null |