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 c526cc7 commit 16100dfCopy full SHA for 16100df
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.15.1"
9
10
cluster_type = "regional"
11
engine = var.engine
0 commit comments