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
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ To deploy this config:
64
64
| enable\_gcp\_iam\_roles | Sets `--enable_gcp_iam_roles` option if true. |`bool`|`false`| no |
65
65
| enable\_registration | Sets `--enable_registration` option if true. |`bool`|`false`| no |
66
66
| gcloud\_sdk\_version | The gcloud sdk version to use. Minimum required version is 293.0.0 |`string`|`"296.0.1"`| no |
67
+
| impersonate\_service\_account | An optional service account to impersonate for gcloud commands. If this service account is not specified, the module will use Application Default Credentials. |`string`|`""`| no |
67
68
| key\_file | The GCP Service Account credentials file path used to deploy ASM. |`string`|`""`| no |
68
69
| location | The location (zone or region) this cluster has been created in. |`string`| n/a | yes |
69
70
| managed\_control\_plane | ASM managed control plane boolean. Determines whether to install ASM managed control plane. Installing ASM managed control plane does not install gateways. Documentation on how to install gateways with ASM MCP can be found at https://cloud.google.com/service-mesh/docs/managed-control-plane#install_istio_gateways_optional.|`bool`|`false`| no |
description="An optional service account to impersonate for gcloud commands. If this service account is not specified, the module will use Application Default Credentials."
93
+
default=""
94
+
}
95
+
90
96
variable"options" {
91
97
description="Comma separated list of options. Works with in-cluster control plane only. Supported options are documented in https://cloud.google.com/service-mesh/docs/enable-optional-features."
description="An optional service account to impersonate for gcloud commands. If this service account is not specified, the module will use Application Default Credentials."
0 commit comments