diff --git a/modules/gke-cluster-autopilot/README.md b/modules/gke-cluster-autopilot/README.md
index 281a15df47..3c019162d9 100644
--- a/modules/gke-cluster-autopilot/README.md
+++ b/modules/gke-cluster-autopilot/README.md
@@ -95,23 +95,23 @@ module "cluster-1" {
| name | description | type | required | default |
|---|---|:---:|:---:|:---:|
-| [location](variables.tf#L111) | Autopilot cluster are always regional. | string
| ✓ | |
-| [name](variables.tf#L146) | Cluster name. | string
| ✓ | |
-| [project_id](variables.tf#L172) | Cluster project id. | string
| ✓ | |
-| [vpc_config](variables.tf#L195) | VPC-level configuration. | object({…})
| ✓ | |
+| [location](variables.tf#L112) | Autopilot cluster are always regional. | string
| ✓ | |
+| [name](variables.tf#L147) | Cluster name. | string
| ✓ | |
+| [project_id](variables.tf#L173) | Cluster project id. | string
| ✓ | |
+| [vpc_config](variables.tf#L196) | VPC-level configuration. | object({…})
| ✓ | |
| [backup_configs](variables.tf#L17) | Configuration for Backup for GKE. | object({…})
| | {}
|
| [description](variables.tf#L37) | Cluster description. | string
| | null
|
| [enable_addons](variables.tf#L43) | Addons enabled in the cluster (true means enabled). | object({…})
| | {…}
|
-| [enable_features](variables.tf#L64) | Enable cluster-level features. Certain features allow configuration. | object({…})
| | {…}
|
-| [issue_client_certificate](variables.tf#L99) | Enable issuing client certificate. | bool
| | false
|
-| [labels](variables.tf#L105) | Cluster resource labels. | map(string)
| | null
|
-| [maintenance_config](variables.tf#L117) | Maintenance window configuration. | object({…})
| | {…}
|
-| [min_master_version](variables.tf#L140) | Minimum version of the master, defaults to the version of the most recent official release. | string
| | null
|
-| [node_locations](variables.tf#L151) | Zones in which the cluster's nodes are located. | list(string)
| | []
|
-| [private_cluster_config](variables.tf#L158) | Private cluster configuration. | object({…})
| | null
|
-| [release_channel](variables.tf#L177) | Release channel for GKE upgrades. | string
| | null
|
-| [service_account](variables.tf#L183) | The Google Cloud Platform Service Account to be used by the node VMs created by GKE Autopilot. | string
| | null
|
-| [tags](variables.tf#L189) | Network tags applied to nodes. | list(string)
| | null
|
+| [enable_features](variables.tf#L64) | Enable cluster-level features. Certain features allow configuration. | object({…})
| | {…}
|
+| [issue_client_certificate](variables.tf#L100) | Enable issuing client certificate. | bool
| | false
|
+| [labels](variables.tf#L106) | Cluster resource labels. | map(string)
| | null
|
+| [maintenance_config](variables.tf#L118) | Maintenance window configuration. | object({…})
| | {…}
|
+| [min_master_version](variables.tf#L141) | Minimum version of the master, defaults to the version of the most recent official release. | string
| | null
|
+| [node_locations](variables.tf#L152) | Zones in which the cluster's nodes are located. | list(string)
| | []
|
+| [private_cluster_config](variables.tf#L159) | Private cluster configuration. | object({…})
| | null
|
+| [release_channel](variables.tf#L178) | Release channel for GKE upgrades. | string
| | null
|
+| [service_account](variables.tf#L184) | The Google Cloud Platform Service Account to be used by the node VMs created by GKE Autopilot. | string
| | null
|
+| [tags](variables.tf#L190) | Network tags applied to nodes. | list(string)
| | null
|
## Outputs