terraform/configs/testdata/nested-backend-warning
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
..
child configs: Emit a warning for backends in nested modules 2020-11-18 08:20:25 -08:00
root.tf configs: Emit a warning for backends in nested modules 2020-11-18 08:20:25 -08:00