Skip to content

Commit 23228a8

Browse files
authored
chore: Update tests to use 1.4 image (terraform-google-modules#1300)
1 parent b63471a commit 23228a8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.kitchen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
driver:
1616
name: "terraform"
1717
command_timeout: 2700
18+
verify_version: false
1819

1920
provisioner:
2021
name: "terraform"

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,6 @@ tags:
364364
- 'integration'
365365
substitutions:
366366
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
367-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.0'
367+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.4'
368368
options:
369369
machineType: 'N1_HIGHCPU_8'

build/lint.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tags:
2222
- 'lint'
2323
substitutions:
2424
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
25-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.0'
25+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.4'
2626
options:
2727
machineType: 'N1_HIGHCPU_8'
2828
env:

0 commit comments

Comments
 (0)