opentofu/terraform/test-fixtures/plan-module-destroy/main.tf

8 lines
91 B
Terraform
Raw Normal View History

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