4 lines
50 B
Terraform
4 lines
50 B
Terraform
|
output "dns_name" {
|
||
|
value = "${var.dns_name}"
|
||
|
}
|