Skip to content

Commit 0a1c66f

Browse files
committed
fix(insights): Correct Type comparison
1 parent a5600df commit 0a1c66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resource "aws_securityhub_insight" "aws_best_prac_by_status" {
4444
filters {
4545
type {
4646
comparison = "EQUALS"
47-
value = "Software and Configuration Checks/Industry and Regulatory Standards/ AWS - Foundational - Security - Best - Practices"
47+
value = "Software and Configuration Checks/Industry and Regulatory Standards/AWS-Foundational-Security-Best-Practices"
4848
}
4949
workflow_status {
5050
comparison = "NOT_EQUALS"
@@ -65,7 +65,7 @@ resource "aws_securityhub_insight" "aws_best_prac_by_severity" {
6565
filters {
6666
type {
6767
comparison = "EQUALS"
68-
value = "Software and Configuration Checks/Industry and Regulatory Standards/ AWS - Foundational - Security - Best - Practices"
68+
value = "Software and Configuration Checks/Industry and Regulatory Standards/AWS-Foundational-Security-Best-Practices"
6969
}
7070
workflow_status {
7171
comparison = "NOT_EQUALS"

0 commit comments

Comments
 (0)