5 lines
150 B
HCL
5 lines
150 B
HCL
# SPDX-License-Identifier: GPL-2.0-only
|
|
output "app_url" {
|
|
value = format("https://%s", var.ingress_host_url)
|
|
description = "Website URL"
|
|
}
|