Skip to content

Commit

Permalink
Merge pull request #979 from AlexsLemonade/avrohom/fix-extra-db-tag
Browse files Browse the repository at this point in the history
Remove extra db tag
  • Loading branch information
avrohomgottlieb authored Nov 22, 2024
2 parents 46b2f20 + 2e60cb7 commit 59327f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infrastructure/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,4 @@ resource "aws_db_instance" "postgres_db" {
ca_cert_identifier = data.aws_rds_certificate.cert.id

backup_retention_period = var.stage == "prod" ? "7" : "0"

tags = var.default_tags
}

0 comments on commit 59327f9

Please sign in to comment.