devops/infra/modules/homepage/output.tf

8 lines
125 B
HCL

output "homepage_uri" {
value = "https://${local.service_uri}"
}
output "homepage_server" {
value = local.service_uri
}