There was an error while loading. Please reload this page.
1 parent 8df96a1 commit ca83e78Copy full SHA for ca83e78
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