mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-11 16:15:33 -06:00
8 lines
102 B
HCL
8 lines
102 B
HCL
resource "test_instance" "foo" {
|
|
ami = "bar"
|
|
}
|
|
|
|
output "endpoint" {
|
|
value = "foo.example.com"
|
|
}
|