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.
2 parents 31e8f89 + 6dff9fc commit a770f2cCopy full SHA for a770f2c
Makefile
@@ -3,7 +3,7 @@ TERRAFORM_VERSION := 0.12.24
3
-include .Makefile.terraform
4
5
.Makefile.terraform:
6
- curl -sSL https://raw.githubusercontent.com/tmknom/template-terraform-module/0.2.6/Makefile.terraform -o .Makefile.terraform
+ curl -sSL https://raw.githubusercontent.com/tmknom/template-terraform-module/0.2.7/Makefile.terraform -o .Makefile.terraform
7
8
MINIMAL_DIR := ./examples/minimal
9
COMPLETE_DIR := ./examples/complete
0 commit comments