opentofu/terraform/test-fixtures/destroy-module-with-provider/mod/main.tf
2017-11-07 22:05:52 -05:00

7 lines
131 B
HCL

provider "aws" {
alias = "foo"
}
// removed module configuration referencing aws.foo, which was passed in by the
// root module