4 lines
53 B
Terraform
Raw Normal View History

2024-04-03 15:56:09 +01:00
output "domain-name" {
value = local.domain_name
}