Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
nested-backend-warning
/
child
/
child.tf
blob: 5a6948e85196d7a70f1c84d6544e1894e940b27a [
file
] [
log
] [
blame
]
terraform
{
# Only the root module can declare a backend. Terraform should emit a warning
# about this child module backend declaration.
backend
"ignored"
{
}
}