Skip to content

Commit 5f7c516

Browse files
en migration
1 parent c9bd7cd commit 5f7c516

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cra-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ CRA_TARGETS:
1414
TF_VAR_provider_visibility: "public"
1515
TF_VAR_kms_encryption_enabled: true
1616
TF_VAR_enable_collecting_failed_events: true
17+
- CRA_TARGET: "solutions/security-enforced" # Target directory for CRA scan. If not provided, the CRA Scan will not be run.
18+
CRA_IGNORE_RULES_FILE: "cra-tf-validate-ignore-rules.json" # CRA Ignore file to use. If not provided, it checks the repo root directory for `cra-tf-validate-ignore-rules.json`
19+
PROFILE_ID: "fe96bd4d-9b37-40f2-b39f-a62760e326a3" # SCC profile ID (currently set to 'IBM Cloud Framework for Financial Services' '1.7.0' profile).
20+
CRA_ENVIRONMENT_VARIABLES:
21+
TF_VAR_prefix: "test-se"
22+
TF_VAR_existing_resource_group_name: "Default"
23+
TF_VAR_existing_kms_instance_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9::"
24+
TF_VAR_kms_endpoint_url: "https://e6dce284-e80f-46e1-a3c1-830f7adff7a9.api.private.us-south.hs-crypto.appdomain.cloud"
25+
TF_VAR_existing_cos_instance_crn: "crn:v1:bluemix:public:cloud-object-storage:global:a/abac0df06b644a9cabc6e44f55b3880e:855ed836-05ce-4f39-98fa-508774f29323::"
26+
TF_VAR_cross_region_location: "us"
27+
TF_VAR_provider_visibility: "public"

0 commit comments

Comments
 (0)