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" {
}
}