Skip to content

Commit

Permalink
fix: fixed the parameters related to service endpoint and KMS encrypt…
Browse files Browse the repository at this point in the history
…ion (#60)
  • Loading branch information
Ak-sky authored Jul 27, 2023
1 parent f3a1e9e commit dd5de04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cra-tf-validate-ignore-rules.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit dd5de04

Please sign in to comment.