blob: d7efff6e4ee6a174165b110b555e5efeb3980e8f [file] [log] [blame]
resource "test_instance" "foo" {
ami = "bar"
}
output "endpoint" {
value = "foo.example.com"
}