We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1a445 commit 8498a23Copy full SHA for 8498a23
src/cluster-regional.tf
@@ -16,7 +16,7 @@ module "aurora_postgres_cluster" {
16
cluster_size = var.cluster_size
17
promotion_tier = var.promotion_tier
18
admin_user = local.admin_user
19
- admin_password = var.manage_admin_user_password != null ? null : local.admin_password
+ admin_password = var.manage_admin_user_password ? null : local.admin_password
20
manage_admin_user_password = var.manage_admin_user_password
21
22
db_name = local.database_name
0 commit comments