Files
opentf/config/testdata/validate-missing-provider/main.tf
2019-06-30 10:16:15 +02:00

11 lines
129 B
HCL

provider "test" {
alias = "bar"
}
module "mod" {
source = "./mod"
providers = {
"test" = "test.foo"
}
}