diff --git a/modules/gke-cluster/README.md b/modules/gke-cluster/README.md index dc3b1ff4..d32641c1 100644 --- a/modules/gke-cluster/README.md +++ b/modules/gke-cluster/README.md @@ -162,21 +162,21 @@ module "cluster-1" { | [project_id](variables.tf#L202) | Cluster project id. | string | ✓ | | | [vpc_config](variables.tf#L219) | VPC-level configuration. | object({…}) | ✓ | | | [backup_configs](variables.tf#L17) | Backup For GKE configuration. | object({…}) | | null | -| [cluster_autoscaling](variables.tf#L32) | Enable and configure limits for Node Auto-Provisioning with Cluster Autoscaler. | object({…}) | | null | -| [description](variables.tf#L53) | Cluster description. | string | | null | -| [enable_addons](variables.tf#L59) | Addons enabled in the cluster (true means enabled). | object({…}) | | {…} | -| [enable_features](variables.tf#L82) | Enable cluster-level features. Certain features allow configuration. | object({…}) | | {…} | -| [issue_client_certificate](variables.tf#L121) | Enable issuing client certificate. | bool | | false | -| [labels](variables.tf#L127) | Cluster resource labels. | map(string) | | null | -| [logging_config](variables.tf#L138) | Logging configuration. | list(string) | | ["SYSTEM_COMPONENTS"] | -| [maintenance_config](variables.tf#L144) | Maintenance window configuration. | object({…}) | | {…} | -| [max_pods_per_node](variables.tf#L167) | Maximum number of pods per node in this cluster. | number | | 110 | -| [min_master_version](variables.tf#L173) | Minimum version of the master, defaults to the version of the most recent official release. | string | | null | -| [monitoring_config](variables.tf#L179) | Monitoring components. | object({…}) | | {…} | -| [node_locations](variables.tf#L195) | Zones in which the cluster's nodes are located. | list(string) | | [] | -| [private_cluster_config](variables.tf#L202) | Private cluster configuration. | object({…}) | | null | -| [release_channel](variables.tf#L221) | Release channel for GKE upgrades. | string | | null | -| [tags](variables.tf#L213) | Network tags applied to nodes. | list(string) | | null | +| [cluster_autoscaling](variables.tf#L33) | Enable and configure limits for Node Auto-Provisioning with Cluster Autoscaler. | object({…}) | | null | +| [description](variables.tf#L54) | Cluster description. | string | | null | +| [enable_addons](variables.tf#L60) | Addons enabled in the cluster (true means enabled). | object({…}) | | {…} | +| [enable_features](variables.tf#L83) | Enable cluster-level features. Certain features allow configuration. | object({…}) | | {…} | +| [issue_client_certificate](variables.tf#L122) | Enable issuing client certificate. | bool | | false | +| [labels](variables.tf#L128) | Cluster resource labels. | map(string) | | null | +| [logging_config](variables.tf#L139) | Logging configuration. | list(string) | | ["SYSTEM_COMPONENTS"] | +| [maintenance_config](variables.tf#L145) | Maintenance window configuration. | object({…}) | | {…} | +| [max_pods_per_node](variables.tf#L168) | Maximum number of pods per node in this cluster. | number | | 110 | +| [min_master_version](variables.tf#L174) | Minimum version of the master, defaults to the version of the most recent official release. | string | | null | +| [monitoring_config](variables.tf#L180) | Monitoring components. | object({…}) | | {…} | +| [node_locations](variables.tf#L196) | Zones in which the cluster's nodes are located. | list(string) | | [] | +| [private_cluster_config](variables.tf#L203) | Private cluster configuration. | object({…}) | | null | +| [release_channel](variables.tf#L222) | Release channel for GKE upgrades. | string | | null | +| [tags](variables.tf#L228) | Network tags applied to nodes. | list(string) | | null | ## Outputs