Skip to content

Commit

Permalink
infra: rds proxy (#100)
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
andreiio authored Nov 24, 2024
1 parent 96daae0 commit 8cae91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/database-proxy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_db_proxy_default_target_group" "main" {
}

resource "aws_db_proxy_target" "main" {
db_instance_identifier = aws_db_instance.main.id
db_instance_identifier = aws_db_instance.main.identifier
db_proxy_name = aws_db_proxy.main.name
target_group_name = aws_db_proxy_default_target_group.main.name
}
Expand Down

0 comments on commit 8cae91e

Please sign in to comment.