Skip to content

Commit d24895c

Browse files
authored
fix: fixed bug that was preventing private only instance creation (#44)
1 parent 17eb3ba commit d24895c

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

cra-tf-validate-ignore-rules.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"scc_rules": [
3-
{
4-
"scc_rule_id": "rule-3b2768e5-d783-4b0c-a47f-81479af34689",
5-
"description": " Check whether Event Streams is accessible only by using private endpoints.",
6-
"ignore_reason": "Failing due to known CRA bug (https://github.ibm.com/oneibmcloud/CD-CRA/issues/1820)",
7-
"is_valid": false
8-
},
93
{
104
"scc_rule_id": "rule-216e2449-27d7-4afc-929a-b66e196a9cf9",
115
"description": "Check whether Flow Logs for VPC are enabled.",

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "ibm_resource_instance" "es_instance" {
4141
}
4242

4343
parameters = {
44-
service-endpoints = var.service_endpoints
44+
service_endpoints = var.service_endpoints
4545
throughput = var.throughput
4646
storage_size = var.storage_size
4747
key_protect_key = var.kms_key_crn

profiles/fscloud/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Financial Services Cloud Profile
22

33
This is a profile for Event Streams that meets Financial Services Cloud requirements.
4-
It has been scanned by [IBM Code Risk Analyzer (CRA)](https://cloud.ibm.com/docs/code-risk-analyzer-cli-plugin?topic=code-risk-analyzer-cli-plugin-cra-cli-plugin#terraform-command) and meets all applicable goals with the following exception:
5-
6-
> Rule ID rule-3b2768e5-d783-4b0c-a47f-81479af34689 : Check whether Event Streams is accessible only by using private endpoints. This rule fails due to a known CRA bug (https://github.ibm.com/oneibmcloud/CD-CRA/issues/1820).
4+
It has been scanned by [IBM Code Risk Analyzer (CRA)](https://cloud.ibm.com/docs/code-risk-analyzer-cli-plugin?topic=code-risk-analyzer-cli-plugin-cra-cli-plugin#terraform-command) and meets all applicable goals.
75

86
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
97
## Requirements

0 commit comments

Comments
 (0)