You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| cluster\_name | The unique name to identify the cluster in ASM. | string | n/a | yes |
45
45
| enable\_gke\_hub\_registration | Enables GKE Hub Registration when set to true | bool |`"true"`| no |
46
+
| gcloud\_sdk\_version | The gcloud sdk version to use. Minimum required version is 293.0.0 | string |`"294.0.0"`| no |
46
47
| gke\_hub\_membership\_name | Memebership name that uniquely represents the cluster being registered on the Hub | string |`"gke-asm-membership"`| no |
47
48
| gke\_hub\_sa\_name | Name for the GKE Hub SA stored as a secret `creds-gcp` in the `gke-connect` namespace. | string |`"gke-hub-sa"`| no |
48
49
| location | The location (zone or region) this cluster has been created in. | string | n/a | yes |
49
50
| project\_id | The project in which the resource belongs. | string | n/a | yes |
50
51
| skip\_gcloud\_download | Whether to skip downloading gcloud (assumes gcloud and kubectl already available outside the module) | bool |`"true"`| no |
52
+
| use\_tf\_google\_credentials\_env\_var | Optional GOOGLE_CREDENTIALS environment variable to be activated. | bool |`"false"`| no |
0 commit comments