From 433a0f054178ea7df4d7fcf263ac0f5eaa91b028 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Thu, 14 Sep 2023 12:57:41 +0200 Subject: [PATCH] Update readmes --- modules/gke-cluster-autopilot/README.md | 2 +- modules/gke-cluster-standard/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gke-cluster-autopilot/README.md b/modules/gke-cluster-autopilot/README.md index 12663210..2c008310 100644 --- a/modules/gke-cluster-autopilot/README.md +++ b/modules/gke-cluster-autopilot/README.md @@ -179,7 +179,7 @@ module "cluster-1" { | [location](variables.tf#L110) | Autopilot cluster are always regional. | string | ✓ | | | [name](variables.tf#L170) | Cluster name. | string | ✓ | | | [project_id](variables.tf#L196) | Cluster project id. | string | ✓ | | -| [vpc_config](variables.tf#L225) | VPC-level configuration. | object({…}) | ✓ | | +| [vpc_config](variables.tf#L225) | 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({…}) | | {…} | diff --git a/modules/gke-cluster-standard/README.md b/modules/gke-cluster-standard/README.md index 862696f8..26c96af0 100644 --- a/modules/gke-cluster-standard/README.md +++ b/modules/gke-cluster-standard/README.md @@ -183,7 +183,7 @@ module "cluster-1" { | [location](variables.tf#L138) | Cluster zone or region. | string | ✓ | | | [name](variables.tf#L210) | Cluster name. | string | ✓ | | | [project_id](variables.tf#L236) | Cluster project id. | string | ✓ | | -| [vpc_config](variables.tf#L253) | VPC-level configuration. | object({…}) | ✓ | | +| [vpc_config](variables.tf#L253) | VPC-level configuration. | object({…}) | ✓ | | | [backup_configs](variables.tf#L17) | Configuration for Backup for GKE. | object({…}) | | {} | | [cluster_autoscaling](variables.tf#L37) | Enable and configure limits for Node Auto-Provisioning with Cluster Autoscaler. | object({…}) | | null | | [description](variables.tf#L58) | Cluster description. | string | | null |