terraform/examples/cross-provider/outputs.tf

4 lines
65 B
HCL

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