terraform/configs/testdata/valid-modules/override-module/primary.tf

8 lines
94 B
HCL

module "example" {
source = "./example2"
kept = "primary kept"
foo = "primary foo"
}