File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ resource "aws_db_instance" "this" {
1414
1515 db_name = var. db_name
1616 username = var. username
17- manage_master_user_password = var . manage_master_user_password
17+ manage_master_user_password = true
1818
1919 skip_final_snapshot = var. skip_final_snapshot
2020
Original file line number Diff line number Diff line change @@ -49,13 +49,6 @@ variable "username" {
4949 default = " admin_user"
5050}
5151
52- variable "manage_master_user_password" {
53- description = " (Optional, Default:true) Set to true to allow RDS to manage the master user password in Secrets Manager."
54- type = bool
55- nullable = false
56- default = true
57- }
58-
5952variable "vpc_security_group_ids" {
6053 description = " (Optional) List of VPC security groups to associate."
6154 type = list (string )
You can’t perform that action at this time.
0 commit comments