diff --git a/cra-tf-validate-ignore-rules.json b/cra-tf-validate-ignore-rules.json index 1df70997..c40e5b96 100644 --- a/cra-tf-validate-ignore-rules.json +++ b/cra-tf-validate-ignore-rules.json @@ -1,5 +1,11 @@ { "scc_rules": [ + { + "scc_rule_id": "rule-3b2768e5-d783-4b0c-a47f-81479af34689", + "description": " Check whether Event Streams is accessible only by using private endpoints.", + "ignore_reason": "Failing due to known CRA bug (https://github.ibm.com/oneibmcloud/CD-CRA/issues/1820)", + "is_valid": false + }, { "scc_rule_id": "rule-216e2449-27d7-4afc-929a-b66e196a9cf9", "description": "Check whether Flow Logs for VPC are enabled.", diff --git a/main.tf b/main.tf index c3d0a891..4a6a5083 100644 --- a/main.tf +++ b/main.tf @@ -41,10 +41,10 @@ resource "ibm_resource_instance" "es_instance" { } parameters = { - service_endpoints = var.service_endpoints + service-endpoints = var.service_endpoints throughput = var.throughput storage_size = var.storage_size - key_protect_key = var.kms_key_crn + kms_key_crn = var.kms_key_crn } }