opentofu/examples/cross-provider/outputs.tf
2014-10-13 22:18:45 -07:00

4 lines
65 B
HCL

output "address" {
value = "${dnsimple_record.web.hostname}"
}