terraform/configs/testdata/config-diagnostics
James Bardin 168296b507 validate that modules name providers passed to mod
Passing a provider into a module requires that it be named within the
module. This would previously pass validation, however core would fail
to resolve the provider resulting in an unclear "provider not found"
error.
2021-05-04 16:41:04 -04:00
..
empty-configs
incorrect-type
nested-provider
override-provider
pass-inherited-provider validate that modules name providers passed to mod 2021-05-04 16:41:04 -04:00
required-alias
unexpected-provider
unknown-root-provider validate that modules name providers passed to mod 2021-05-04 16:41:04 -04:00
with-depends-on