Skip to content

Commit

Permalink
fix for CKV_AWS_118
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Sep 11, 2024
1 parent c1d73bb commit 3ddad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "aws_db_instance" "postgresql" {
#checkov: Check: CKV_AWS_226: "Ensure DB instance gets all minor upgrades automatically"
enabled_cloudwatch_logs_exports = ["postgresql", "upgrade"]
# CKV_AWS_129: "Ensure that respective logs of Amazon Relational Database Service (Amazon RDS) are enabled"
#monitoring_interval = 5
monitoring_interval = 10
# CKV_AWS_118: "Ensure that enhanced monitoring is enabled for Amazon RDS instances"
deletion_protection = true
#CKV_AWS_293: "Ensure that AWS database instances have deletion protection enabled"
Expand Down

0 comments on commit 3ddad90

Please sign in to comment.