Skip to content

Commit

Permalink
Remove multi AZ for read replicas which aren't necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Li committed Mar 13, 2024
1 parent 33479d3 commit 2e8a001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions indexer/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ resource "aws_db_instance" "read_replica" {
performance_insights_enabled = true
performance_insights_retention_period = 31
auto_minor_version_upgrade = false
multi_az = true

replicate_source_db = aws_db_instance.main.identifier

Expand All @@ -259,7 +258,6 @@ resource "aws_db_instance" "read_replica_2" {
performance_insights_enabled = true
performance_insights_retention_period = 31
auto_minor_version_upgrade = false
multi_az = true

replicate_source_db = aws_db_instance.main.identifier

Expand Down

0 comments on commit 2e8a001

Please sign in to comment.