github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/testdata/valid-modules/override-module/primary.tf (about) 1 2 module "example" { 3 source = "./example2" 4 5 kept = "primary kept" 6 foo = "primary foo" 7 }