github.com/paybyphone/terraform@v0.9.5-0.20170613192930-9706042ddd51/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  }