github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/configs/testdata/nested-backend-warning/child/child.tf (about) 1 terraform { 2 # Only the root module can declare a backend. Terraform should emit a warning 3 # about this child module backend declaration. 4 backend "ignored" { 5 } 6 }