github.com/hs0210/hashicorp-terraform@v0.11.12-beta1/configs/test-fixtures/valid-modules/override-module/primary.tf (about)

     1  
     2  module "example" {
     3    source = "./example2"
     4  
     5    kept = "primary kept"
     6    foo  = "primary foo"
     7  }