Skip to content

Commit 61ff1fd

Browse files
chore(deps): update terraform cloudposse/rds-cluster/aws to v1.13.0
1 parent 9494ba2 commit 61ff1fd

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.13.0"
99

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

0 commit comments

Comments
 (0)