Skip to content

Commit fb61ccd

Browse files
authored
add missing landscape label (#268)
1 parent 1a7ada3 commit fb61ccd

File tree

1 file changed

+5
-0
lines changed
  • released/discovery_center/mission_3248_trial/step1

1 file changed

+5
-0
lines changed

released/discovery_center/mission_3248_trial/step1/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ output "cf_api_url" {
1313
description = "API endpoint of the Cloud Foundry environment."
1414
}
1515

16+
output "cf_landscape_label" {
17+
value = local.cf_environment_instance.landscape_label
18+
description = "Landscape label of the Cloud Foundry environment."
19+
}
20+
1621
output "cf_org_managers" {
1722
value = var.cf_org_managers
1823
description = "List of managers for the Cloud Foundry org."

0 commit comments

Comments
 (0)