We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74afa2a commit edbec65Copy full SHA for edbec65
README.md
@@ -45,7 +45,7 @@ module "mysql" {
45
environment = "prod"
46
architecture = "replication"
47
storage_class_name = "gp3"
48
- custom_user_username = local.mysqldb_custom_credentials_enabled ? "" : local.custom_user_username
+ custom_user_username = "admin"
49
primary_db_volume_size = "10Gi"
50
secondary_db_volume_size = "10Gi"
51
secondary_db_replica_count = 2
0 commit comments