Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from Grupo-G03-4SOAT-FIAP/feature/131/ripd
Browse files Browse the repository at this point in the history
feat(131): Habilita criptografia no RDS
  • Loading branch information
dannevesdantas authored Jul 15, 2024
2 parents 7c5521f + 42a043f commit 0e32d3f
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 58 deletions.
112 changes: 56 additions & 56 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions modules/db-sql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ resource "aws_db_instance" "rms_catalogo" {
publicly_accessible = true
# skip_final_snapshot = false
skip_final_snapshot = true
# storage_encrypted = true
storage_encrypted = false
storage_encrypted = true

tags = var.tags
}
Expand Down

0 comments on commit 0e32d3f

Please sign in to comment.