github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/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 }