mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-06 09:45:21 -04:00
7 lines
102 B
HCL
7 lines
102 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|
|
|
|
output "endpoint" {
|
|
value = "foo.example.com"
|
|
}
|