From 4be285a49d8da96e4689cb5058a524b1011c1d29 Mon Sep 17 00:00:00 2001 From: Ludo Date: Thu, 28 Nov 2024 07:22:19 +0100 Subject: [PATCH] tfdoc --- modules/gke-nodepool/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/gke-nodepool/README.md b/modules/gke-nodepool/README.md index f83ee0360d..7a3f602513 100644 --- a/modules/gke-nodepool/README.md +++ b/modules/gke-nodepool/README.md @@ -204,10 +204,10 @@ module "cluster-1-nodepool-dws" { | [nodepool_config](variables.tf#L148) | Nodepool-level configuration. | object({…}) | | null | | [pod_range](variables.tf#L175) | Pod secondary range configuration. | object({…}) | | null | | [reservation_affinity](variables.tf#L193) | Configuration of the desired reservation which instances could take capacity from. | object({…}) | | null | -| [service_account](variables.tf#L203) | Nodepool service account. If this variable is set to null, the default GCE service account will be used. If set and email is null, a service account will be created. If scopes are null a default will be used. | object({…}) | | {} | -| [sole_tenant_nodegroup](variables.tf#L214) | Sole tenant node group. | string | | null | -| [tags](variables.tf#L220) | Network tags applied to nodes. | list(string) | | null | -| [taints](variables.tf#L226) | Kubernetes taints applied to all nodes. | map(object({…})) | | {} | +| [service_account](variables.tf#L203) | Nodepool service account. If this variable is set to null, the default GCE service account will be used. If set and email is null, a service account will be created. If scopes are null a default will be used. | object({…}) | | {} | +| [sole_tenant_nodegroup](variables.tf#L215) | Sole tenant node group. | string | | null | +| [tags](variables.tf#L221) | Network tags applied to nodes. | list(string) | | null | +| [taints](variables.tf#L227) | Kubernetes taints applied to all nodes. | map(object({…})) | | {} | ## Outputs