Files
opentf/internal/tofu/testdata/apply-destroy-nested-module/main.tf
2023-09-20 15:16:53 +03:00

6 lines
48 B
HCL

/*
module "child" {
source = "./child"
}
*/