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: README.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,24 +41,24 @@ Setting it to `never` will *never* gcloud download and setting it to `always` wi
41
41
## Inputs
42
42
43
43
| Name | Description | Type | Default | Required |
44
-
|------|-------------|:----:|:-----:|:-----:|
45
-
| additional\_components | Additional gcloud CLI components to install. Defaults to none. Valid value are components listed in `gcloud components list`| list |`<list>`| no |
46
-
| create\_cmd\_body | On create, the command body you'd like to run with your entrypoint. | string |`"info"`| no |
47
-
| create\_cmd\_entrypoint | On create, the command entrypoint you'd like to use. Can also be set to a custom script. Module's bin directory will be prepended to path. | string |`"gcloud"`| no |
48
-
| create\_cmd\_triggers | List of any additional triggers for the create command execution. | map |`<map>`| no |
49
-
| destroy\_cmd\_body | On destroy, the command body you'd like to run with your entrypoint. | string |`"info"`| no |
50
-
| destroy\_cmd\_entrypoint | On destroy, the command entrypoint you'd like to use. Can also be set to a custom script. Module's bin directory will be prepended to path. | string |`"gcloud"`| no |
51
-
| enabled | Flag to optionally disable usage of this module. | bool |`"true"`| no |
| jq\_version | The jq version to download. | string |`"1.6"`| no |
56
-
| module\_depends\_on | List of modules or resources this module depends on. | list |`<list>`| no |
57
-
| platform | Platform CLI will run on. Defaults to linux. Valid values: linux, darwin | string |`"linux"`| no |
58
-
| service\_account\_key\_file | Path to service account key file to run `gcloud auth activate-service-account` with. Optional. | string |`""`| no |
59
-
| skip\_download | Whether to skip downloading gcloud (assumes gcloud is already available outside the module) | bool |`"true"`| no |
60
-
| upgrade | Whether to upgrade gcloud at runtime | bool |`"true"`| no |
61
-
| use\_tf\_google\_credentials\_env\_var | Use GOOGLE_CREDENTIALS environment variable to run `gcloud auth activate-service-account` with. Optional. |string|`"false"`| no |
| additional\_components | Additional gcloud CLI components to install. Defaults to none. Valid value are components listed in `gcloud components list`|`list`|`[]`| no |
46
+
| create\_cmd\_body | On create, the command body you'd like to run with your entrypoint. |`string`|`"info"`| no |
47
+
| create\_cmd\_entrypoint | On create, the command entrypoint you'd like to use. Can also be set to a custom script. Module's bin directory will be prepended to path. |`string`|`"gcloud"`| no |
48
+
| create\_cmd\_triggers | List of any additional triggers for the create command execution. |`map`|`{}`| no |
49
+
| destroy\_cmd\_body | On destroy, the command body you'd like to run with your entrypoint. |`string`|`"info"`| no |
50
+
| destroy\_cmd\_entrypoint | On destroy, the command entrypoint you'd like to use. Can also be set to a custom script. Module's bin directory will be prepended to path. |`string`|`"gcloud"`| no |
51
+
| enabled | Flag to optionally disable usage of this module. |`bool`|`true`| no |
| jq\_version | The jq version to download. |`string`|`"1.6"`| no |
56
+
| module\_depends\_on | List of modules or resources this module depends on. |`list`|`[]`| no |
57
+
| platform | Platform CLI will run on. Defaults to linux. Valid values: linux, darwin |`string`|`"linux"`| no |
58
+
| service\_account\_key\_file | Path to service account key file to run `gcloud auth activate-service-account` with. Optional. |`string`|`""`| no |
59
+
| skip\_download | Whether to skip downloading gcloud (assumes gcloud is already available outside the module) |`bool`|`true`| no |
60
+
| upgrade | Whether to upgrade gcloud at runtime |`bool`|`true`| no |
61
+
| use\_tf\_google\_credentials\_env\_var | Use GOOGLE\_CREDENTIALS environment variable to run `gcloud auth activate-service-account` with. Optional. |`bool`|`false`| no |
0 commit comments