File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
released/discovery_center/mission_3260 Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource "btp_subaccount_trust_configuration" "fully_customized" {
38
38
# ------------------------------------------------------------------------------------------------------
39
39
#
40
40
locals {
41
- service_name__cloudfoundry = " cloudfoundry"
41
+ service_name__cloudfoundry = " cloudfoundry"
42
42
}
43
43
44
44
# ------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -96,13 +96,4 @@ variable "cf_space_managers" {
96
96
variable "cf_space_developers" {
97
97
type = list (string )
98
98
description = " Defines the colleagues who are added to a CF space as space developer."
99
- }
100
-
101
- /*
102
- # The CF Org name from the Cloud Foundry environment instance
103
- variable "cf_org_name" {
104
- type = string
105
- description = "The Cloud Foundry Org name from the Cloud Foundry environment instance."
106
-
107
- }
108
- */
99
+ }
You can’t perform that action at this time.
0 commit comments