diff --git a/solutions/standard/main.tf b/solutions/standard/main.tf index c1250d93..37e93c35 100644 --- a/solutions/standard/main.tf +++ b/solutions/standard/main.tf @@ -129,6 +129,7 @@ resource "random_password" "admin_password" { length = 32 special = true override_special = "-_" + min_numeric = 1 } # create a service authorization between Secrets Manager and the target service (Elastic Search)