mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-03 16:00:57 -05:00
8 lines
102 B
HCL
8 lines
102 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|
|
|
|
output "endpoint" {
|
|
value = "foo.example.com"
|
|
}
|