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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,15 @@ Setting it to `never` will *never* gcloud download and setting it to `always` wi
45
45
| additional\_components | Additional gcloud CLI components to install. Defaults to none. Valid value are components listed in `gcloud components list`|`list`|`[]`| no |
46
46
| create\_cmd\_body | On create, the command body you'd like to run with your entrypoint. |`string`|`"info"`| no |
47
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 |
48
+
| create\_cmd\_triggers | List of any additional triggers for the create command execution. |`map(any)`|`{}`| no |
49
49
| destroy\_cmd\_body | On destroy, the command body you'd like to run with your entrypoint. |`string`|`"info"`| no |
50
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
51
| enabled | Flag to optionally disable usage of this module. |`bool`|`true`| no |
Copy file name to clipboardExpand all lines: modules/kubectl-wrapper/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,14 @@ module "kubectl" {
28
28
| additional\_components | Additional gcloud CLI components to install. Defaults to installing kubectl. Valid value are components listed in `gcloud components list`|`list`| <pre>[<br> "kubectl"<br>]</pre> | no |
29
29
| cluster\_location | Cluster location (Zone/Region). Optional if use\_existing\_context is true. |`string`|`""`| no |
30
30
| cluster\_name | Cluster name. Optional if use\_existing\_context is true. |`string`|`""`| no |
31
-
| create\_cmd\_triggers | List of any additional triggers for the create command execution. |`map`|`{}`| no |
31
+
| create\_cmd\_triggers | List of any additional triggers for the create command execution. |`map(any)`|`{}`| no |
32
32
| enabled | Flag to optionally disable usage of this module. |`bool`|`true`| no |
33
33
| gcloud\_sdk\_version | The gcloud sdk version to download. |`string`|`"281.0.0"`| no |
34
34
| 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 |
35
35
| internal\_ip | Use internal ip for the cluster endpoint. |`bool`|`false`| no |
36
36
| kubectl\_create\_command | The kubectl command to create resources. |`string`| n/a | yes |
37
37
| kubectl\_destroy\_command | The kubectl command to destroy resources. |`string`| n/a | yes |
38
-
| module\_depends\_on | List of modules or resources this module depends on. |`list`|`[]`| no |
38
+
| module\_depends\_on | List of modules or resources this module depends on. |`list(any)`|`[]`| no |
39
39
| project\_id | The project ID hosting the cluster. Optional if use\_existing\_context is true. |`string`|`""`| no |
40
40
| service\_account\_key\_file | Path to service account key file to auth as for running `gcloud container clusters get-credentials`. |`string`|`""`| no |
41
41
| skip\_download | Whether to skip downloading gcloud (assumes gcloud and kubectl is already available outside the module) |`bool`|`true`| no |
0 commit comments