Skip to content

Commit

Permalink
fix: #885 fix admin management db username in flyway (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 authored Nov 24, 2023
1 parent 5b69940 commit bb5352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/server/aurora-v2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ resource "random_password" "famdb_admin_management_api_password" {
variable "famdb_admin_management_api_username" {
description = "The username for the DB admin management api user"
type = string
default = "fam_admin_management_api"
default = "fam_proxy_admin_management_api"
sensitive = true
}

Expand Down

0 comments on commit bb5352c

Please sign in to comment.