File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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+
3339variable "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-
306305variable "copy_tags_to_snapshot" {
307306 description = " Copy all Cluster tags to snapshots"
308307 type = bool
You can’t perform that action at this time.
0 commit comments