Skip to content

Commit 16100df

Browse files
chore(deps): update terraform cloudposse/rds-cluster/aws to v1.15.1
1 parent c526cc7 commit 16100df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster-regional.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://www.terraform.io/docs/providers/aws/r/rds_cluster.html
66
module "aurora_postgres_cluster" {
77
source = "cloudposse/rds-cluster/aws"
8-
version = "1.3.2"
8+
version = "1.15.1"
99

1010
cluster_type = "regional"
1111
engine = var.engine

0 commit comments

Comments
 (0)