opentofu/terraform/test-fixtures/refresh-modules/main.tf

6 lines
76 B
Terraform
Raw Normal View History

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