Skip to content

Commit 921aec5

Browse files
committed
SKIP UPGRADE TEST update cra-config.yaml
1 parent c80abaf commit 921aec5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cra-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# More info about this file at https://github.com/terraform-ibm-modules/common-pipeline-assets/blob/main/.github/workflows/terraform-test-pipeline.md#cra-config-yaml
22
version: "v1"
33
CRA_TARGETS:
4-
- CRA_TARGET: "solutions/standard"
4+
- CRA_TARGET: "solutions/fully-configurable"
55
CRA_IGNORE_RULES_FILE: "cra-tf-validate-ignore-rules.json"
66
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:
8+
TF_VAR_prefix: "test"
9+
TF_VAR_existing_resource_group_name: "geretain-test-redis"
10+
TF_VAR_kms_encryption_enabled: true
11+
TF_VAR_use_ibm_owned_encryption_key: false
812
TF_VAR_existing_kms_instance_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9::"
9-
TF_VAR_existing_kms_key_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9:key:1368d2eb-3ed0-4a8b-b09c-2155895f01ea"
10-
TF_VAR_use_existing_resource_group: true
11-
TF_VAR_resource_group_name: "geretain-test-redis"
1213
TF_VAR_provider_visibility: "public"

0 commit comments

Comments
 (0)