Skip to content

Commit

Permalink
feat: Add support for terraform 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Mar 7, 2021
1 parent de97729 commit 97296ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Set default shell to bash
SHELL := /bin/bash -o pipefail

BUILD_TOOLS_VERSION ?= v0.6.2
BUILD_TOOLS_VERSION ?= v0.7.0
BUILD_TOOLS_DOCKER_REPO ?= mineiros/build-tools
BUILD_TOOLS_DOCKER_IMAGE ?= ${BUILD_TOOLS_DOCKER_REPO}:${BUILD_TOOLS_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.20, < 0.14"
required_version = ">= 0.12.20, < 0.15"

required_providers {
aws = ">= 2.0, < 4.0"
Expand Down

0 comments on commit 97296ce

Please sign in to comment.