Skip to content

Commit 234b963

Browse files
Update variables.tf
1 parent 5fc0e99 commit 234b963

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

variables.tf

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ variable "master_username" {
3030
}
3131
}
3232

33+
variable "manage_master_user_password" {
34+
description = "Set to true to allow RDS to manage the master user password in Secrets Manager"
35+
type = bool
36+
default = true
37+
}
38+
3339
variable "master_password" {
3440
description = "Password for the master DB user. If not provided and create_secret is true, will be auto-generated"
3541
type = string
@@ -296,13 +302,6 @@ variable "database_name" {
296302
default = null
297303
}
298304

299-
variable "manage_master_user_password" {
300-
description = "Set to true to allow RDS to manage the master user password in Secrets Manager"
301-
type = bool
302-
default = true
303-
}
304-
305-
306305
variable "copy_tags_to_snapshot" {
307306
description = "Copy all Cluster tags to snapshots"
308307
type = bool

0 commit comments

Comments
 (0)