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/asm/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ To deploy this config:
43
43
| cluster\_name | The unique name to identify the cluster in ASM. |`string`| n/a | yes |
44
44
| gcloud\_sdk\_version | The gcloud sdk version to use. Minimum required version is 293.0.0 |`string`|`"296.0.1"`| no |
45
45
| location | The location (zone or region) this cluster has been created in. |`string`| n/a | yes |
46
+
| managed | Whether the control plane should be managed. |`bool`|`false`| no |
46
47
| project\_id | The project in which the resource belongs. |`string`| n/a | yes |
47
48
| service\_account\_key\_file | Path to service account key file to auth as for running `gcloud container clusters get-credentials`. |`string`|`""`| no |
0 commit comments