Skip to content

Commit 2d74386

Browse files
fix(TF>=1.3)!: bump minimum Terraform version (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <[email protected]>
1 parent 1a625e3 commit 2d74386

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Make will use bash instead of sh
1919
SHELL := /usr/bin/env bash -O extglob
2020

21-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22
21+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23
2222
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2323
REGISTRY_URL := gcr.io/cloud-foundation-cicd
2424

build/int.cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ tags:
6161
- 'integration'
6262
substitutions:
6363
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
64-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'
64+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23'

build/lint.cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ tags:
2323
- 'lint'
2424
substitutions:
2525
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
26-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22'
26+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23'

modules/kubectl-fleet-wrapper/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= 0.13"
18+
required_version = ">= 1.3"
1919
required_providers {
2020

2121
google = {

modules/kubectl-wrapper/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= 0.13"
18+
required_version = ">= 1.3"
1919
required_providers {
2020

2121
google = {

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= 0.13"
18+
required_version = ">= 1.3"
1919
required_providers {
2020

2121
google = {

0 commit comments

Comments
 (0)