Output custom domain URL

This commit is contained in:
Julio Diez
2023-10-15 21:55:30 +02:00
parent 4d5e676906
commit 6d47ff9ed5

View File

@@ -14,6 +14,11 @@
* limitations under the License.
*/
output "custom_domain" {
description = "Custom domain for the Application Load Balancer."
value = var.prj_svc1_id != null ? "http://${var.custom_domain}" : "none"
}
output "default_URL_client" {
description = "Client Cloud Run service default URL."
value = module.cloud_run_client.service.status[0].url