Skip to content

Commit

Permalink
Update Makefile to support terraform 0.14.11 & Terratest 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Aug 25, 2021
1 parent 6f6ac33 commit 42a9ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
SHELL := /bin/bash
MAKEFILE_PATH := ./Makefile
MAKEFILES_DIR := ./@bin/makefiles
MAKEFILES_VER := v0.1.12
MAKEFILES_VER := v0.1.33
PROJECT_SHORT := bb

help:
Expand All @@ -20,5 +20,6 @@ init-makefiles: ## initialize makefiles

-include ${MAKEFILES_DIR}/circleci/circleci.mk
-include ${MAKEFILES_DIR}/release-mgmt/release.mk
-include ${MAKEFILES_DIR}/terraform14/terraform14-root-context.mk
-include ${MAKEFILES_DIR}/terraform14/terraform14.mk
-include ${MAKEFILES_DIR}/terratest14/terratest14.mk

0 comments on commit 42a9ed3

Please sign in to comment.