Skip to content

Commit ee41836

Browse files
committed
fix: Updates from review
1 parent 7604cb8 commit ee41836

File tree

5 files changed

+129
-497
lines changed

5 files changed

+129
-497
lines changed

examples/limitless/main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ module "aurora" {
4949
}
5050

5151
# aurora limitless clusters do not support managed master user password
52-
master_username = "root"
53-
master_password_wo = random_password.master.result
54-
master_password_wo_version = 1
52+
manage_master_user_password = false
53+
master_username = "root"
54+
master_password_wo = random_password.master.result
55+
master_password_wo_version = 1
5556

5657
vpc_id = module.vpc.vpc_id
5758
db_subnet_group_name = module.vpc.database_subnet_group_name

0 commit comments

Comments
 (0)