You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: released/discovery_center/mission_3239/variables.tf
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ variable "subaccount_id" {
15
15
default=""
16
16
}
17
17
18
-
19
18
variable"custom_idp" {
20
19
type=string
21
20
description="Defines the custom IDP to be used for the subaccount"
@@ -40,7 +39,7 @@ variable "org" {
40
39
default="org"
41
40
}
42
41
43
-
variable"environment_label" {
42
+
variable"cf_landscape_label" {
44
43
type=string
45
44
description="In case there are multiple environments available for a subaccount, you can use this label to choose with which one you want to go. If nothing is given, we take by default the first available."
0 commit comments