terraform/config/module/test-fixtures/implicit-grandparent-providers/main.tf

8 lines
86 B
HCL

provider "foo" {
value = "from root"
}
module "child" {
source = "./child"
}