opentofu/terraform/testdata/plan-targeted-module-orphan/main.tf
2019-06-30 10:16:15 +02:00

7 lines
96 B
HCL

# Once opon a time, there was a child module here
/*
module "child" {
source = "./child"
}
*/