Skip to content

Commit 062adf9

Browse files
committed
feat: Add support for Terraform v0.14.x
1 parent 5049860 commit 062adf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Set default shell to bash
22
SHELL := /bin/bash -o pipefail
33

4-
BUILD_TOOLS_VERSION ?= v0.6.1
4+
BUILD_TOOLS_VERSION ?= v0.7.0
55
BUILD_TOOLS_DOCKER_REPO ?= mineiros/build-tools
66
BUILD_TOOLS_DOCKER_IMAGE ?= ${BUILD_TOOLS_DOCKER_REPO}:${BUILD_TOOLS_VERSION}
77

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ---------------------------------------------------------------------------------------------------------------------
44

55
terraform {
6-
required_version = ">= 0.12.20, < 0.14"
6+
required_version = ">= 0.12.20, < 0.15"
77

88
required_providers {
99
github = ">= 2.4, < 4.0"

0 commit comments

Comments
 (0)