-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds prerequisites to README * Fixes validate.bats issue with "region" error for modules. This is the same issue as cloudposse/build-harness#208. Without a default region, `terraform validate` fails when running against independent modules as they do not have a provider/region supplied. * Fixes validate.bats unsetting the wrong environment var I believe this was just a mistake but I may be wrong. setup() sets TF_CLI_ARGS_init, but teardown unsets TF_CLI_ARGS_plan. That seemed like a small typo to me, so I figured I would include this.
- Loading branch information
Showing
3 changed files
with
107 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters