Skip to content

Commit 9c308c9

Browse files
committed
fix
1 parent eb347d2 commit 9c308c9

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

released/discovery_center/mission_3680/step1/sample.tfvars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ event_mesh_admins = ["[email protected]"]
2929
event_mesh_developers = ["[email protected]"]
3030

3131
# Build Apps
32-
users_buildApps_admins = ["[email protected]"]
33-
users_registry_admins = ["[email protected]"]
34-
users_buildApps_developers = ["[email protected]"]
35-
users_registry_developers = ["[email protected]"]
32+
users_buildApps_admins = ["[email protected]"]
33+
users_registry_admins = ["[email protected]"]
34+
users_buildApps_developers = ["[email protected]"]
35+
users_registry_developers = ["[email protected]"]

released/discovery_center/mission_3680/step1/variables.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ variable "subaccount_id" {
2828
variable "subaccount_admins" {
2929
type = list(string)
3030
description = "Defines the colleagues who are added to each subaccount as subaccount administrators."
31-
3231
}
3332

3433
variable "subaccount_service_admins" {
3534
type = list(string)
3635
description = "Defines the colleagues who are added to each subaccount as subaccount service administrators."
37-
3836
}
3937

4038
variable "region" {
@@ -119,25 +117,21 @@ variable "cf_space_name" {
119117
variable "cf_space_developers" {
120118
type = list(string)
121119
description = "CF Space developers"
122-
123120
}
124121

125122
variable "cf_space_managers" {
126123
type = list(string)
127124
description = "CF Space managers"
128-
129125
}
130126

131127
variable "cf_org_admins" {
132128
type = list(string)
133129
description = "CF Org Admins"
134-
135130
}
136131

137132
variable "cf_org_users" {
138133
type = list(string)
139134
description = "CF Org Users"
140-
141135
}
142136

143137
variable "origin" {
@@ -162,13 +156,11 @@ variable "cf_org_name" {
162156
variable "event_mesh_admins" {
163157
type = list(string)
164158
description = "Enterprise Messaging Administrators"
165-
166159
}
167160

168161
variable "event_mesh_developers" {
169162
type = list(string)
170163
description = "Enterprise Messaging Developers"
171-
172164
}
173165

174166
variable "custom_idp_apps_origin_key" {

released/discovery_center/mission_3680/step2/variables.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,21 @@ variable "cf_space_name" {
3636
variable "cf_space_developers" {
3737
type = list(string)
3838
description = "CF Space developers"
39-
4039
}
4140

4241
variable "cf_space_managers" {
4342
type = list(string)
4443
description = "CF Space managers"
45-
4644
}
4745

4846
variable "cf_org_admins" {
4947
type = list(string)
5048
description = "CF Org Admins"
51-
5249
}
5350

5451
variable "cf_org_users" {
5552
type = list(string)
5653
description = "CF Org Users"
57-
5854
}
5955

6056

0 commit comments

Comments
 (0)