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/tf_cloudbuild_workspace/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ This module creates:
59
59
| state\_bucket\_self\_link | Custom GCS bucket for storing TF state. Defaults to being created if empty. |`string`|`""`| no |
60
60
| substitutions | Map of substitutions to use in builds. |`map(string)`|`{}`| no |
61
61
| tf\_apply\_branches | List of git branches configured to run terraform apply Cloud Build trigger. All other branches will run plan by default. |`list(string)`| <pre>[<br> "main"<br>]</pre> | no |
62
-
| tf\_cloudbuilder | Name of the Cloud Builder image used for running build steps. |`string`|`"hashicorp/terraform:1.2.2"`| no |
62
+
| tf\_cloudbuilder | Name of the Cloud Builder image used for running build steps. |`string`|`"hashicorp/terraform:1.3.10"`| no |
63
63
| tf\_repo\_dir | The directory inside the repo where the Terrafrom root config is located. If empty defaults to repo root. |`string`|`""`| no |
64
64
| tf\_repo\_type | Type of repo |`string`|`"CLOUD_SOURCE_REPOSITORIES"`| no |
65
65
| tf\_repo\_uri | The URI of the repo where Terraform configs are stored. |`string`| n/a | yes |
0 commit comments