github.com/hashicorp/terraform-plugin-sdk@v1.17.2/internal/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 }