mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-10 23:55:34 -06:00
4 lines
65 B
Terraform
4 lines
65 B
Terraform
|
output "address" {
|
||
|
value = "${dnsimple_record.web.hostname}"
|
||
|
}
|