Skip to content

Commit

Permalink
dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
CDA0 committed Nov 25, 2024
1 parent d04e2c2 commit 6f9d7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/db-instance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## v1.1
## v1.122222

Added secret_arn output.
2 changes: 1 addition & 1 deletion modules/db-instance/src/locals.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
db_engines = {
"mariadb" = "mdb"
"mariadb" = "mdbaaaa"
"mysql" = "mydb"
"aurora-mysql" = "amydb"
"postgres" = "pdb"
Expand Down

0 comments on commit 6f9d7ce

Please sign in to comment.