terraform/configs/testdata
Martin Atkins eed6b3c48b configs: Emit a warning for backends in nested modules
Terraform considers backend configurations only in the root module, so any
declarations in child modules are entirely ignored.

To avoid users mistakenly thinking that a root module backend
configuration has taken effect, we'll now emit a warning about it. This is
a warning rather than an error because it's reasonable to call a module
that would normally be a root module instead as a child module when
writing a wrapper module to handle integration testing.
2020-11-18 08:20:25 -08:00
..
config-build Standardise directory name for test data 2019-06-30 10:16:15 +02:00
dir-empty move IsEmptyDir to configs package 2019-07-18 13:07:10 -04:00
error-files addrs: Disallow provider source addresses starting with terraform- 2020-07-08 10:18:55 -07:00
experiments experiments: a mechanism for opt-in experimental language features 2019-12-10 09:27:05 -08:00
invalid-files Remove sensitive_variables experiment 2020-10-08 11:22:20 -04:00
invalid-modules configs: Experimental support for optional object type attributes 2020-10-12 10:12:28 -07:00
nested-backend-warning configs: Emit a warning for backends in nested modules 2020-11-18 08:20:25 -08:00
nested-errors ensure we record diagnostics from nested modules 2019-07-16 19:06:48 -04:00
provider-reqs configs: Fix nested provider requirements bug 2020-06-22 12:16:22 -04:00
providers-explicit-fqn addrs: ImpliedProviderForUnqualifiedType function 2020-04-06 09:24:23 -07:00
valid-files Add JSON test case for variable sensitive flag 2020-10-08 13:13:32 -04:00
valid-modules Remove sensitive_variables experiment 2020-10-08 11:22:20 -04:00
warning-files configs: Experimental support for optional object type attributes 2020-10-12 10:12:28 -07:00