diff --git a/cra-config.yaml b/cra-config.yaml deleted file mode 100644 index 63f45f69a..000000000 --- a/cra-config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -version: "v1" -CRA_TARGETS: - - CRA_TARGET: "examples/advanced" - CRA_IGNORE_RULES_FILE: "cra-tf-validate-ignore-rules.json" - PROFILE_ID: "fe96bd4d-9b37-40f2-b39f-a62760e326a3" # SCC profile ID (currently set to 'IBM Cloud Framework for Financial Services' '1.7.0' profile). - 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_region: "us-south" - TF_VAR_prefix: "base-ocp-adv" diff --git a/cra-tf-validate-ignore-rules.json b/cra-tf-validate-ignore-rules.json deleted file mode 100644 index 18d649a3d..000000000 --- a/cra-tf-validate-ignore-rules.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "scc_rules": [ - { - "scc_rule_id": "rule-64c0bea0-8760-4a6b-a56c-ee375a48961e", - "description": "Check whether Virtual Private Cloud (VPC) has no public gateways attached", - "ignore_reason": "This rule is not relevant to the module itself, just the VPC resource that is used in the example that is scanned", - "is_valid": false - } - ] -}