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

6 lines
76 B
HCL

module "child" {
source = "./child"
}
resource "aws_instance" "web" {}