4 lines
65 B
Terraform
4 lines
65 B
Terraform
|
output "address" {
|
||
|
value = "${dnsimple_record.web.hostname}"
|
||
|
}
|