We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df96a1 commit ae1e4b9Copy full SHA for ae1e4b9
1 file changed
infra/terraform/aws/rds.tf
@@ -5,7 +5,7 @@ resource "random_password" "db_password" {
5
}
6
7
module "rds_cluster" {
8
- source = "git::https://github.com/cloudposse/terraform-aws-rds-cluster.git?ref=tags/0.35.0"
+ source = "git::https://github.com/cloudposse/terraform-aws-rds-cluster.git?ref=tags/0.36.0"
9
name = "${var.name_prefix}-db"
10
engine = "aurora-postgresql"
11
engine_mode = "serverless"
0 commit comments