mirror of https://github.com/hashicorp/terraform
This validation was lost in the migration of inheritance back to core. Make sure a module configuraton doesn't specifiy a provider that doesn't exist.pull/16621/head
parent
f15d95fc4d
commit
8619f566bb
@ -0,0 +1,10 @@
|
||||
provider "test" {
|
||||
alias = "bar"
|
||||
}
|
||||
|
||||
module "mod" {
|
||||
source = "./mod"
|
||||
providers = {
|
||||
"test" = "test.foo"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue