Skip to content

Commit

Permalink
Merge pull request #19 from 7SOATSquad30/feature/new-db
Browse files Browse the repository at this point in the history
conf: deploy
  • Loading branch information
otavio-code authored Sep 19, 2024
2 parents e88b8c9 + 580b696 commit 344acfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Criar o segredo no Secrets Manager
resource "aws_secretsmanager_secret" "db_credentials" {
name = "rds-postgres-credentials_v6"
name = "rds-postgres-credentials_v7"
}

# Armazenar as credenciais e o endpoint no Secrets Manager
Expand Down

0 comments on commit 344acfa

Please sign in to comment.