Skip to content

Commit edbec65

Browse files
committed
update the usage example in README.md
1 parent 74afa2a commit edbec65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module "mysql" {
4545
environment = "prod"
4646
architecture = "replication"
4747
storage_class_name = "gp3"
48-
custom_user_username = local.mysqldb_custom_credentials_enabled ? "" : local.custom_user_username
48+
custom_user_username = "admin"
4949
primary_db_volume_size = "10Gi"
5050
secondary_db_volume_size = "10Gi"
5151
secondary_db_replica_count = 2

0 commit comments

Comments
 (0)