File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
developer-tools/build/home Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1414
1515SHELL := /usr/bin/env bash # Make will use bash instead of sh
1616# Updated by Update Tooling Workflow
17- TERRAFORM_VERSION := 1.9.8
17+ TERRAFORM_VERSION := 1.10.1
1818# Updated by Update Tooling Workflow
1919CLOUD_SDK_VERSION := 496.0.0
2020GSUITE_PROVIDER_VERSION := 0.1.22
@@ -39,11 +39,11 @@ CFT_CLI_VERSION := 1.5.7
3939# Updated by Update Tooling Workflow
4040TFLINT_VERSION := 0.54.0
4141TINKEY_VERSION := 1.7.0
42- ALPINE_VERSION := 3.20
42+ ALPINE_VERSION := 3.21
4343# Updated by Update Tooling Workflow
4444MODULE_SWAPPER_VERSION := 0.4.9
4545# Updated by Update Tooling Workflow
46- TFLINT_BP_PLUGIN_VERSION := 0.2.5
46+ TFLINT_BP_PLUGIN_VERSION := 0.2.6
4747
4848# For developer-tools-krm
4949# Updated by Update Tooling Workflow
@@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
5656# Updated by Update Tooling Workflow
5757GCRANE_VERSION := 0.20.2
5858
59- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.19
59+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.0
6060DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS ) ) )
6161DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')
6262
Original file line number Diff line number Diff line change @@ -59,3 +59,7 @@ rule "terraform_required_version" {
5959rule "terraform_typed_variables" {
6060 enabled = true
6161}
62+
63+ rule "terraform_required_version_range" {
64+ enabled = true
65+ }
You can’t perform that action at this time.
0 commit comments