terraform/internal/command/testdata/modules-nested-dependencies/mods/other/main.tf
2024-11-21 12:54:29 -05:00

5 lines
74 B
HCL

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