Skip to content

Commit d117304

Browse files
committed
fix formatting issue
1 parent 5cb32b4 commit d117304

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

released/discovery_center/mission_3260/step1/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "btp_subaccount_trust_configuration" "fully_customized" {
3838
# ------------------------------------------------------------------------------------------------------
3939
#
4040
locals {
41-
service_name__cloudfoundry = "cloudfoundry"
41+
service_name__cloudfoundry = "cloudfoundry"
4242
}
4343

4444
# ------------------------------------------------------------------------------------------------------

released/discovery_center/mission_3260/step2/variables.tf

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,4 @@ variable "cf_space_managers" {
9696
variable "cf_space_developers" {
9797
type = list(string)
9898
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+
}

0 commit comments

Comments
 (0)