terraform/internal/configs/testdata/nested-backend-warning/child/child.tf

7 lines
169 B
HCL

terraform {
# Only the root module can declare a backend. Terraform should emit a warning
# about this child module backend declaration.
backend "ignored" {
}
}