Skip to content

Commit 8c20084

Browse files
fix(deps): Update hashicorp/terraform Docker tag to v1.9.5 (#28)
Co-authored-by: Brad Miro <[email protected]>
1 parent e2b0996 commit 8c20084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
2727
# [START tf-init]
2828
- id: 'tf init'
29-
name: 'hashicorp/terraform:1.8.4'
29+
name: 'hashicorp/terraform:1.9.5'
3030
entrypoint: 'sh'
3131
args:
3232
- '-c'
@@ -52,7 +52,7 @@ steps:
5252

5353
# [START tf-plan]
5454
- id: 'tf plan'
55-
name: 'hashicorp/terraform:1.8.4'
55+
name: 'hashicorp/terraform:1.9.5'
5656
entrypoint: 'sh'
5757
args:
5858
- '-c'
@@ -78,7 +78,7 @@ steps:
7878

7979
# [START tf-apply]
8080
- id: 'tf apply'
81-
name: 'hashicorp/terraform:1.8.4'
81+
name: 'hashicorp/terraform:1.9.5'
8282
entrypoint: 'sh'
8383
args:
8484
- '-c'

0 commit comments

Comments
 (0)