github.com/LorbusChris/terraform@v0.11.12-beta1/terraform/test-fixtures/module-deps-inherit-provider/grandchild/grandchild.tf (about) 1 2 # Here we *override* the foo from the parent 3 provider "foo" { 4 5 } 6 7 # We also use the "bar" provider defined at the root, which was 8 # completely ignored by the child module in between. 9 resource "bar_thing" "test" { 10 11 }