Skip to content

Commit

Permalink
BBL-263 | upgrading to terraform 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Dec 16, 2020
1 parent adc75bf commit 669b539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Makefile
Expand Up @@ -2,7 +2,8 @@
SHELL := /bin/bash
MAKEFILE_PATH := ./Makefile
MAKEFILES_DIR := ./@bin/makefiles
MAKEFILES_VER := v0.1.5
MAKEFILES_VER := v0.1.12
PROJECT_SHORT := bb

help:
@echo 'Available Commands:'
Expand All @@ -19,5 +20,5 @@ init-makefiles: ## initialize makefiles

-include ${MAKEFILES_DIR}/circleci/circleci.mk
-include ${MAKEFILES_DIR}/release-mgmt/release.mk
-include ${MAKEFILES_DIR}/terraform13/terraform13.mk
-include ${MAKEFILES_DIR}/terratest13/terratest13.mk
-include ${MAKEFILES_DIR}/terraform14/terraform14.mk
-include ${MAKEFILES_DIR}/terratest14/terratest14.mk
2 changes: 1 addition & 1 deletion versions.tf
@@ -1,6 +1,6 @@

terraform {
required_version = ">= 0.12.28"
required_version = ">= 0.14.2"

required_providers {
aws = "~> 3.0"
Expand Down

0 comments on commit 669b539

Please sign in to comment.