Skip to content

Commit 968ebdc

Browse files
authored
fix: input reference in description after rename (#257) <br> - Input description changes
1 parent b7b9b18 commit 968ebdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/standard/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ variable "skip_mysql_sm_auth_policy" {
349349

350350
variable "admin_pass_secret_manager_secret_group" {
351351
type = string
352-
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 `<prefix>-<name>` format."
352+
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 `<prefix>-<name>` format."
353353
default = "mysql-secrets"
354354
}
355355

0 commit comments

Comments
 (0)