mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-15 11:00:16 -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. |
||
|---|---|---|
| .. | ||
| child | ||
| root.tf | ||