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 c0a4082 commit 685912bCopy full SHA for 685912b
src/cluster-regional.tf
@@ -5,7 +5,7 @@
5
# https://www.terraform.io/docs/providers/aws/r/rds_cluster.html
6
module "aurora_postgres_cluster" {
7
source = "cloudposse/rds-cluster/aws"
8
- version = "1.3.2"
+ version = "1.16.0"
9
10
cluster_type = "regional"
11
engine = var.engine
0 commit comments