Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Add test of example
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Sep 13, 2020
1 parent bec68f0 commit 454769c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all: check README.md
check:
terraform fmt -check=true -diff=true
AWS_REGION=us-east-1 terraform validate
make -C example check

README.md: variables.tf outputs.tf
sed -e '/^<!--terraform-docs-->/q' $@ > $@.tmp
Expand Down
5 changes: 5 additions & 0 deletions example/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.PHONY: check
check:
terraform fmt -check=true -diff=true
terraform init
AWS_REGION=us-east-1 terraform validate

0 comments on commit 454769c

Please sign in to comment.