diff --git a/terraform/aws/control-center-infra/random-pws.tf b/terraform/aws/control-center-infra/random-pws.tf index 55812684f..7f308c8fa 100644 --- a/terraform/aws/control-center-infra/random-pws.tf +++ b/terraform/aws/control-center-infra/random-pws.tf @@ -53,6 +53,7 @@ resource "random_password" "netmaker_admin_password" { } resource "random_password" "mimir_minio_password" { - length = 20 - special = true + length = 20 + special = true + override_special = "_" }