opentofu/command/test-fixtures/refresh-output/main.tf
2015-06-15 10:41:42 -05:00

8 lines
102 B
HCL

resource "test_instance" "foo" {
ami = "bar"
}
output "endpoint" {
value = "foo.example.com"
}