github.com/CodeherentUK/terraform@v0.11.10/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 }