We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5049860 commit 062adf9Copy full SHA for 062adf9
Makefile
@@ -1,7 +1,7 @@
1
# Set default shell to bash
2
SHELL := /bin/bash -o pipefail
3
4
-BUILD_TOOLS_VERSION ?= v0.6.1
+BUILD_TOOLS_VERSION ?= v0.7.0
5
BUILD_TOOLS_DOCKER_REPO ?= mineiros/build-tools
6
BUILD_TOOLS_DOCKER_IMAGE ?= ${BUILD_TOOLS_DOCKER_REPO}:${BUILD_TOOLS_VERSION}
7
versions.tf
@@ -3,7 +3,7 @@
# ---------------------------------------------------------------------------------------------------------------------
terraform {
- required_version = ">= 0.12.20, < 0.14"
+ required_version = ">= 0.12.20, < 0.15"
8
required_providers {
9
github = ">= 2.4, < 4.0"
0 commit comments