Files
opentf/terraform/testdata/plan-module-destroy/main.tf
2019-06-30 10:16:15 +02:00

8 lines
91 B
HCL

module "child" {
source = "./child"
}
resource "aws_instance" "foo" {
num = "2"
}