diff --git a/solutions/standard/variables.tf b/solutions/standard/variables.tf index 9c305b9d..b00e16fe 100644 --- a/solutions/standard/variables.tf +++ b/solutions/standard/variables.tf @@ -349,7 +349,7 @@ variable "skip_mysql_sm_auth_policy" { variable "admin_pass_secret_manager_secret_group" { type = string - description = "The name of a new or existing secrets manager secret group for admin password. To use existing secret group, `use_existing_admin_pass_sm_secret_group` must be set to `true`. If a prefix input variable is specified, the prefix is added to the name in the `-` format." + description = "The name of a new or existing secrets manager secret group for admin password. To use existing secret group, `use_existing_admin_pass_secret_manager_secret_group` must be set to `true`. If a prefix input variable is specified, the prefix is added to the name in the `-` format." default = "mysql-secrets" }