forked from terraform-ibm-modules/terraform-ibm-base-ocp-vpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcra-config.yaml
10 lines (10 loc) · 824 Bytes
/
cra-config.yaml
1
2
3
4
5
6
7
8
9
10
version: "v1"
CRA_TARGETS:
- CRA_TARGET: "examples/fscloud"
CRA_IGNORE_RULES_FILE: "cra-tf-validate-ignore-rules.json"
CRA_ENVIRONMENT_VARIABLES: # An optional map of environment variables for CRA, where the key is the variable name and value is the value. Useful for providing TF_VARs.
TF_VAR_hpcs_instance_guid: "e6dce284-e80f-46e1-a3c1-830f7adff7a9"
TF_VAR_hpcs_key_crn_cluster: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9:key:1368d2eb-3ed0-4a8b-b09c-2155895f01ea"
TF_VAR_hpcs_key_crn_worker_pool: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9:key:1368d2eb-3ed0-4a8b-b09c-2155895f01ea"
TF_VAR_region: "us-south"
TF_VAR_prefix: "base-ocp-std"