Skip to content

v0.21.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 29 Nov 16:39
· 12 commits to master since this release
4bb088d

This version introduced a bug that breaks bats testing.

Do not use this version.

Run terraform validate in examples/complete @nitrocode (#37)

what

  • Run terraform validate in examples/complete

why

  • Allow test/bats to pass in terraform module that require aliased providers
  • The providers are configured correctly in the complete example so the validation should run in the correct directory instead of the module repo root

references