From cfbf2f67607e1c1276a2a40e41b6cf4ca052ebb2 Mon Sep 17 00:00:00 2001 From: Markus Balsam Date: Mon, 22 Jul 2024 14:44:46 +0200 Subject: [PATCH] add missing landscape label --- .../discovery_center/mission_3248_trial/step1/outputs.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/released/discovery_center/mission_3248_trial/step1/outputs.tf b/released/discovery_center/mission_3248_trial/step1/outputs.tf index 547e564c..fc3d6632 100644 --- a/released/discovery_center/mission_3248_trial/step1/outputs.tf +++ b/released/discovery_center/mission_3248_trial/step1/outputs.tf @@ -13,6 +13,11 @@ output "cf_api_url" { description = "API endpoint of the Cloud Foundry environment." } +output "cf_landscape_label" { + value = local.cf_environment_instance.landscape_label + description = "Landscape label of the Cloud Foundry environment." +} + output "cf_org_managers" { value = var.cf_org_managers description = "List of managers for the Cloud Foundry org."