Skip to content

Commit

Permalink
Added db identifier to make it easier to reference the db
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Oct 23, 2024
1 parent 194af5b commit 83b15bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/cloud/modules/storage/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ resource "aws_db_instance" "postgres_db_instance" {
storage_encrypted = true
kms_key_id = var.kms_key_arn
ca_cert_identifier = var.rds_db_ca_cert
identifier = "${var.app_name}-postgres-db-${var.environment}"
}

0 comments on commit 83b15bb

Please sign in to comment.