Skip to content

Commit

Permalink
Template infra deploy #7009368472
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Nov 27, 2023
1 parent a13b69d commit 8136232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5dedfb0a4618a6302741ab25ed8be0d872cc075c
c814b06ed3bfd6adf6c9e791bbd93a6e579cafbc
2 changes: 2 additions & 0 deletions infra/modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ resource "aws_rds_cluster" "db" {
storage_encrypted = true
kms_key_id = aws_kms_key.db.arn

db_cluster_parameter_group_name = aws_rds_cluster_parameter_group.rds_query_logging.name

# checkov:skip=CKV_AWS_128:Auth decision needs to be ironed out
# checkov:skip=CKV_AWS_162:Auth decision needs to be ironed out
iam_database_authentication_enabled = true
Expand Down

0 comments on commit 8136232

Please sign in to comment.