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

8 lines
91 B
HCL

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