4 lines
53 B
Terraform
4 lines
53 B
Terraform
|
output "domain-name" {
|
||
|
value = local.domain_name
|
||
|
}
|