Skip to content

Commit

Permalink
modified enabled_cloudwatch_logs_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight committed Oct 18, 2024
1 parent f695017 commit 683728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/implementation/modules/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_db_instance" "tefca-viewer-db" {
allocated_storage = 5
engine = var.engine_type
engine_version = var.engine_version
enabled_cloudwatch_logs_exports = "postgresql"
enabled_cloudwatch_logs_exports = ["postgresql"]
username = var.db_username
password = random_password.setup_rds_password.result
db_subnet_group_name = aws_db_subnet_group.this.name
Expand Down

0 comments on commit 683728c

Please sign in to comment.