Files
linode_instance/output.fqdn.tf
T

5 lines
146 B
Terraform

output "fqdn" {
description = "The fully qualified domain name of the Linode instance."
value = "${var.host_name}.${var.domain_name}"
}