mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-15 02:49:55 -04:00
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. |
||
|---|---|---|
| .. | ||
| config-build | ||
| dir-empty | ||
| error-files | ||
| experiments | ||
| invalid-files | ||
| invalid-modules | ||
| nested-backend-warning | ||
| nested-errors | ||
| provider-reqs | ||
| providers-explicit-fqn | ||
| valid-files | ||
| valid-modules | ||
| warning-files | ||