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."