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
* edits to the some param descriptions to clarify use relative to google_container_cluster * edits to the some param descriptions to clarify use relative to google_container_cluster * terraform fmt fixes * now ignore setting un specified policy dir, uses configmanagement defaults instead of shadowing them * now also use configmanagement defaults for sync branch * ran docs * focused the param descriptions some, as they were a bit verbose and got good feedback to remove unnecessary detail * regenerating docs after the change to make descriptions more concise
| cluster\_name |The unique name to identify the cluster in ACM. | string | n/a | yes |
48
+
| cluster\_name |GCP cluster Name used to reach cluster and which becomes the cluster name in the Config Sync kubernetes custom resource. | string | n/a | yes |
49
49
| create\_ssh\_key | Controls whether a key will be generated for Git authentication | bool |`"true"`| no |
50
50
| enable\_policy\_controller | Whether to enable the ACM Policy Controller on the cluster | bool |`"true"`| no |
51
51
| install\_template\_library | Whether to install the default Policy Controller template library | bool |`"true"`| no |
52
-
| location |The location (zone or region) this cluster has been created in. | string | n/a | yes |
52
+
| location |GCP location used to reach cluster. | string | n/a | yes |
53
53
| operator\_path | Path to the operator yaml config. If unset, will download from GCS releases. | string |`"null"`| no |
| project\_id |The project in which the resource belongs. | string | n/a | yes |
54
+
| policy\_dir | Subfolder containing configs in ACM Git repo. If un-set, uses Config Management default. | string |`""`|no|
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
57
| skip\_gcloud\_download | Whether to skip downloading gcloud (assumes gcloud and kubectl already available outside the module) | bool |`"false"`| 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 |
| cluster\_name |The unique name to identify the cluster in ACM. | string | n/a | yes |
51
+
| cluster\_name |GCP cluster name used to reach cluster and which becomes the cluster name in the Config Sync kubernetes custom resource. | string | n/a | yes |
52
52
| create\_ssh\_key | Controls whether a key will be generated for Git authentication | bool |`"true"`| no |
53
-
| location |The location (zone or region) this cluster has been created in. | string | n/a | yes |
53
+
| location |GCP location used to reach cluster. | string | n/a | yes |
54
54
| operator\_path | Path to the operator yaml config. If unset, will download from GCS releases. | string |`"null"`| no |
| project\_id |The project in which the resource belongs. | string | n/a | yes |
55
+
| policy\_dir | Subfolder containing configs in ACM Git repo. If un-set, uses Config Management default. | string |`""`|no|
56
+
| project\_id |GCP project_id used to reach cluster. | string | n/a | yes |
57
57
| secret\_type | credential secret type, passed through to ConfigManagement spec.git.secretType. Overriden to value 'ssh' if `create_ssh_key` is true | string | n/a | yes |
58
58
| skip\_gcloud\_download | Whether to skip downloading gcloud (assumes gcloud and kubectl already available outside the module) | bool |`"false"`| no |
59
59
| 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