opentofu/terraform/test-fixtures/plan-module-destroy/main.tf
2014-09-25 20:44:34 -07:00

8 lines
91 B
HCL

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