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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ By default, this module will attempt to download the ACM operator from Google di
56
56
| policy\_dir | Subfolder containing configs in ACM Git repo. If un-set, uses Config Management default. | string |`""`| no |
57
57
| project\_id | GCP project_id used to reach cluster. | string | n/a | yes |
58
58
| 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 |
59
+
| service\_account\_key\_file | Path to service account key file to auth as for running `gcloud container clusters get-credentials`. | string |`""`| no |
59
60
| skip\_gcloud\_download | Whether to skip downloading gcloud (assumes gcloud and kubectl already available outside the module) | bool |`"true"`| no |
60
61
| source\_format | Configures a non-hierarchical repo if set to 'unstructured'. Uses [ACM defaults](https://cloud.google.com/anthos-config-management/docs/how-to/installing#configuring-config-management-operator) when unset. | string |`""`| no |
61
62
| ssh\_auth\_key | Key for Git authentication. Overrides 'create_ssh_key' variable. Can be set using 'file(path/to/file)'-function. | string |`"null"`| no |
0 commit comments