Skip to content

Commit 3f4ac68

Browse files
authored
chore: update SCC profile_id to fe96bd4d-9b37-40f2-b39f-a62760e326a3 (#502)
1 parent e7131c2 commit 3f4ac68

File tree

2 files changed

+168
-167
lines changed

2 files changed

+168
-167
lines changed

cra-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "v1"
33
CRA_TARGETS:
44
- CRA_TARGET: "solutions/standard"
55
CRA_IGNORE_RULES_FILE: "cra-tf-validate-ignore-rules.json"
6-
PROFILE_ID: "0e6e7b5a-817d-4344-ab6f-e5d7a9c49520"
6+
PROFILE_ID: "fe96bd4d-9b37-40f2-b39f-a62760e326a3" # SCC profile ID (currently set to 'IBM Cloud Framework for Financial Services' '1.7.0' profile).
77
CRA_ENVIRONMENT_VARIABLES:
88
TF_VAR_existing_kms_instance_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9::"
99
TF_VAR_kms_key_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9:key:76170fae-4e0c-48c3-8ebe-326059ebb533"

ibm_catalog.json

Lines changed: 167 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@
5252
"profiles": [
5353
{
5454
"profile_name": "IBM Cloud Framework for Financial Services",
55-
"profile_version": "1.6.0"
55+
"profile_version": "1.7.0"
5656
}
57-
]},
57+
]
58+
},
5859
"iam_permissions": [
5960
{
6061
"role_crns": [
@@ -96,170 +97,170 @@
9697
]
9798
},
9899
"configuration": [
99-
{
100-
"key": "ibmcloud_api_key"
101-
},
102-
{
103-
"key": "use_existing_resource_group"
104-
},
105-
{
106-
"key": "resource_group_name"
107-
},
108-
{
109-
"key": "prefix"
110-
},
111-
{
112-
"key": "name"
113-
},
114-
{
115-
"key": "region",
116-
"required": true,
117-
"default_value": "us-south",
118-
"options": [
119-
{
120-
"displayname": "Chennai (che01)",
121-
"value": "che01"
122-
},
123-
{
124-
"displayname": "Dallas (us-south)",
125-
"value": "us-south"
126-
},
127-
{
128-
"displayname": "Frankfurt (eu-de)",
129-
"value": "eu-de"
130-
},
131-
{
132-
"displayname": "London (eu-gb)",
133-
"value": "eu-gb"
134-
},
135-
{
136-
"displayname": "Madrid (eu-es)",
137-
"value": "eu-es"
138-
},
139-
{
140-
"displayname": "Osaka (jp-osa)",
141-
"value": "jp-osa"
142-
},
143-
{
144-
"displayname": "Paris (par01)",
145-
"value": "par01"
146-
},
147-
{
148-
"displayname": "Sao Paulo (br-sao)",
149-
"value": "br-sao"
150-
},
151-
{
152-
"displayname": "Sydney (au-syd)",
153-
"value": "au-syd"
154-
},
155-
{
156-
"displayname": "Toronto (ca-tor)",
157-
"value": "ca-tor"
158-
},
159-
{
160-
"displayname": "Tokyo (jp-tok)",
161-
"value": "jp-tok"
162-
},
163-
{
164-
"displayname": "Washington (us-east)",
165-
"value": "us-east"
166-
}
167-
]
168-
},
169-
{
170-
"key": "pg_version",
171-
"required": true,
172-
"options": [
173-
{
174-
"displayname": "12",
175-
"value": "12"
176-
},
177-
{
178-
"displayname": "13",
179-
"value": "13"
180-
},
181-
{
182-
"displayname": "14",
183-
"value": "14"
184-
},
185-
{
186-
"displayname": "15",
187-
"value": "15"
188-
},
189-
{
190-
"displayname": "16",
191-
"value": "16"
192-
}
193-
]
194-
},
195-
{
196-
"key": "members"
197-
},
198-
{
199-
"key": "member_memory_mb"
200-
},
201-
{
202-
"key": "member_cpu_count"
203-
},
204-
{
205-
"key": "member_disk_mb"
206-
},
207-
{
208-
"key": "member_host_flavor"
209-
},
210-
{
211-
"key": "configuration"
212-
},
213-
{
214-
"key": "service_credential_names"
215-
},
216-
{
217-
"key": "admin_pass"
218-
},
219-
{
220-
"key": "users"
221-
},
222-
{
223-
"key": "resource_tags"
224-
},
225-
{
226-
"key": "access_tags"
227-
},
228-
{
229-
"key": "ibmcloud_kms_api_key"
230-
},
231-
{
232-
"key": "existing_kms_instance_crn"
233-
},
234-
{
235-
"key": "existing_kms_key_crn"
236-
},
237-
{
238-
"key": "kms_endpoint_type",
239-
"options": [
240-
{
241-
"displayname": "public",
242-
"value": "public"
243-
},
244-
{
245-
"displayname": "private",
246-
"value": "private"
247-
}
248-
]
249-
},
250-
{
251-
"key": "skip_iam_authorization_policy"
252-
},
253-
{
254-
"key": "key_ring_name"
255-
},
256-
{
257-
"key": "key_name"
258-
},
259-
{
260-
"key": "auto_scaling"
261-
}
262-
]
100+
{
101+
"key": "ibmcloud_api_key"
102+
},
103+
{
104+
"key": "use_existing_resource_group"
105+
},
106+
{
107+
"key": "resource_group_name"
108+
},
109+
{
110+
"key": "prefix"
111+
},
112+
{
113+
"key": "name"
114+
},
115+
{
116+
"key": "region",
117+
"required": true,
118+
"default_value": "us-south",
119+
"options": [
120+
{
121+
"displayname": "Chennai (che01)",
122+
"value": "che01"
123+
},
124+
{
125+
"displayname": "Dallas (us-south)",
126+
"value": "us-south"
127+
},
128+
{
129+
"displayname": "Frankfurt (eu-de)",
130+
"value": "eu-de"
131+
},
132+
{
133+
"displayname": "London (eu-gb)",
134+
"value": "eu-gb"
135+
},
136+
{
137+
"displayname": "Madrid (eu-es)",
138+
"value": "eu-es"
139+
},
140+
{
141+
"displayname": "Osaka (jp-osa)",
142+
"value": "jp-osa"
143+
},
144+
{
145+
"displayname": "Paris (par01)",
146+
"value": "par01"
147+
},
148+
{
149+
"displayname": "Sao Paulo (br-sao)",
150+
"value": "br-sao"
151+
},
152+
{
153+
"displayname": "Sydney (au-syd)",
154+
"value": "au-syd"
155+
},
156+
{
157+
"displayname": "Toronto (ca-tor)",
158+
"value": "ca-tor"
159+
},
160+
{
161+
"displayname": "Tokyo (jp-tok)",
162+
"value": "jp-tok"
163+
},
164+
{
165+
"displayname": "Washington (us-east)",
166+
"value": "us-east"
167+
}
168+
]
169+
},
170+
{
171+
"key": "pg_version",
172+
"required": true,
173+
"options": [
174+
{
175+
"displayname": "12",
176+
"value": "12"
177+
},
178+
{
179+
"displayname": "13",
180+
"value": "13"
181+
},
182+
{
183+
"displayname": "14",
184+
"value": "14"
185+
},
186+
{
187+
"displayname": "15",
188+
"value": "15"
189+
},
190+
{
191+
"displayname": "16",
192+
"value": "16"
193+
}
194+
]
195+
},
196+
{
197+
"key": "members"
198+
},
199+
{
200+
"key": "member_memory_mb"
201+
},
202+
{
203+
"key": "member_cpu_count"
204+
},
205+
{
206+
"key": "member_disk_mb"
207+
},
208+
{
209+
"key": "member_host_flavor"
210+
},
211+
{
212+
"key": "configuration"
213+
},
214+
{
215+
"key": "service_credential_names"
216+
},
217+
{
218+
"key": "admin_pass"
219+
},
220+
{
221+
"key": "users"
222+
},
223+
{
224+
"key": "resource_tags"
225+
},
226+
{
227+
"key": "access_tags"
228+
},
229+
{
230+
"key": "ibmcloud_kms_api_key"
231+
},
232+
{
233+
"key": "existing_kms_instance_crn"
234+
},
235+
{
236+
"key": "existing_kms_key_crn"
237+
},
238+
{
239+
"key": "kms_endpoint_type",
240+
"options": [
241+
{
242+
"displayname": "public",
243+
"value": "public"
244+
},
245+
{
246+
"displayname": "private",
247+
"value": "private"
248+
}
249+
]
250+
},
251+
{
252+
"key": "skip_iam_authorization_policy"
253+
},
254+
{
255+
"key": "key_ring_name"
256+
},
257+
{
258+
"key": "key_name"
259+
},
260+
{
261+
"key": "auto_scaling"
262+
}
263+
]
263264
}
264265
]
265266
}

0 commit comments

Comments
 (0)