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
Copy file name to clipboardExpand all lines: modules/acm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ By default, this module will attempt to download the ACM operator from Google di
54
54
| policy\_dir | Subfolder containing configs in ACM Git repo. If un-set, uses Config Management default. | string |`""`| no |
55
55
| project\_id | GCP project_id used to reach cluster. | string | n/a | yes |
56
56
| secret\_type | git authentication secret type, is passed through to ConfigManagement spec.git.secretType. Overriden to value 'ssh' if `create_ssh_key` is true | string |`"ssh"`| no |
57
-
| skip\_gcloud\_download | Whether to skip downloading gcloud (assumes gcloud and kubectl already available outside the module) | bool |`"false"`| no |
57
+
| skip\_gcloud\_download | Whether to skip downloading gcloud (assumes gcloud and kubectl already available outside the module) | bool |`"true"`| no |
58
58
| ssh\_auth\_key | Key for Git authentication. Overrides 'create_ssh_key' variable. Can be set using 'file(path/to/file)'-function. | string |`"null"`| no |
59
59
| sync\_branch | ACM repo Git branch. If un-set, uses Config Management default. | string |`""`| no |
Copy file name to clipboardExpand all lines: modules/asm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ To deploy this config:
46
46
| gcloud\_sdk\_version | The gcloud sdk version to use. Minimum required version is 293.0.0 | string |`"296.0.1"`| no |
47
47
| gke\_hub\_membership\_name | Memebership name that uniquely represents the cluster being registered on the Hub | string |`"gke-asm-membership"`| no |
48
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 |
49
+
| internal\_ip | Use internal ip for the cluster endpoint. | bool |`"false"`| no |
49
50
| location | The location (zone or region) this cluster has been created in. | string | n/a | yes |
50
51
| project\_id | The project in which the resource belongs. | string | n/a | yes |
51
52
| 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