mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-16 19:52:49 -06:00
ad680b1832
closes #25
8 lines
102 B
HCL
8 lines
102 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|
|
|
|
output "endpoint" {
|
|
value = "foo.example.com"
|
|
}
|