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\_membership\_id | The cluster membership ID. If unset, one will be autogenerated. |`string`|`""`| no |
68
68
| 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 |
69
+
| configmanagement\_version | Version of ACM. |`string`|`""`| no |
69
70
| create\_ssh\_key | Controls whether a key will be generated for Git authentication |`bool`|`true`| no |
70
71
| enable\_fleet\_feature | Whether to enable the ACM feature on the fleet. |`bool`|`true`| no |
71
72
| enable\_fleet\_registration | Whether to create a new membership. |`bool`|`true`| no |
@@ -87,6 +88,7 @@ data "google_client_config" "default" {}
87
88
88
89
| Name | Description |
89
90
|------|-------------|
91
+
| configmanagement\_version | Version of ACM installed. |
90
92
| git\_creds\_public | Public key of SSH keypair to allow the Anthos Config Management Operator to authenticate to your Git repository. |
91
93
| wait | An output to use when you want to depend on cmd finishing |
0 commit comments