terraform/internal/command/testdata/modules/child/main.tf

6 lines
74 B
HCL

resource "test_instance" "test" {
}
output "myoutput" {
value = "bar"
}