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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,16 @@ Functional examples are included in the
28
28
29
29
The [jq](https://stedolan.github.io/jq/) binary is also included in this module so you can use it as well for either of your `create_cmd_entrypoint` or `destroy_cmd_entrypoint` values.
30
30
31
+
## Downloading
32
+
This module will automatically download gcloud on your behalf,
33
+
allowing you to run it in environments without a gcloud binary available.
34
+
35
+
You can override this behavior by setting the `skip_download` variable to `true` or `false`.
36
+
37
+
You can also override the behavior by setting the `GCLOUD_TF_DOWNLOAD` environment variable.
38
+
This environment variable will override all other settings.
39
+
Setting it to `never` will *never* gcloud download and setting it to `always` will always download gcloud.
40
+
31
41
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
32
42
## Inputs
33
43
@@ -58,6 +68,7 @@ The [jq](https://stedolan.github.io/jq/) binary is also included in this module
58
68
| bin\_dir | The full bin path of the modules executables |
59
69
| create\_cmd\_bin | The full bin path & command used on create |
60
70
| destroy\_cmd\_bin | The full bin path & command used on destroy |
71
+
| downloaded | Whether gcloud was downloaded or not |
61
72
| wait | An output to use when you want to depend on cmd finishing |
0 commit comments