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
@@ -51,6 +51,7 @@ To deploy this config:
51
51
| internal\_ip | Use internal ip for the cluster endpoint. | bool |`"false"`| no |
52
52
| location | The location (zone or region) this cluster has been created in. | string | n/a | yes |
53
53
| project\_id | The project in which the resource belongs. | string | n/a | yes |
54
+
| service\_account\_key\_file | Path to service account key file to auth as for running `gcloud container clusters get-credentials`. | string |`""`| no |
54
55
| skip\_gcloud\_download | Whether to skip downloading gcloud (assumes gcloud and kubectl already available outside the module) | bool |`"true"`| no |
0 commit comments