We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7ada3 commit fb61ccdCopy full SHA for fb61ccd
released/discovery_center/mission_3248_trial/step1/outputs.tf
@@ -13,6 +13,11 @@ output "cf_api_url" {
13
description = "API endpoint of the Cloud Foundry environment."
14
}
15
16
+output "cf_landscape_label" {
17
+ value = local.cf_environment_instance.landscape_label
18
+ description = "Landscape label of the Cloud Foundry environment."
19
+}
20
+
21
output "cf_org_managers" {
22
value = var.cf_org_managers
23
description = "List of managers for the Cloud Foundry org."
0 commit comments