mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 17:06:27 -06:00
8 lines
102 B
Terraform
8 lines
102 B
Terraform
|
resource "test_instance" "foo" {
|
||
|
ami = "bar"
|
||
|
}
|
||
|
|
||
|
output "endpoint" {
|
||
|
value = "foo.example.com"
|
||
|
}
|