From 9e1eec56d9712ddccf94f2e548b6ca78ca4cdd8a Mon Sep 17 00:00:00 2001 From: Alejandro Garrido Mota Date: Fri, 26 Feb 2021 10:05:24 +0000 Subject: [PATCH 1/2] Update rds.tmpl --- template/rds.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/rds.tmpl b/template/rds.tmpl index 9743e57..2f6b247 100644 --- a/template/rds.tmpl +++ b/template/rds.tmpl @@ -1,6 +1,6 @@ module "rds" { - source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=5.12" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=5.13" cluster_name = var.cluster_name cluster_state_bucket = var.cluster_state_bucket team_name = var.team_name From 7e09b1683c12ab58048774ee82835889ef727e2d Mon Sep 17 00:00:00 2001 From: Jason Birchall <31217584+jasonBirchall@users.noreply.github.com> Date: Thu, 4 Mar 2021 17:06:39 +0000 Subject: [PATCH 2/2] Bump RDS template to 5.13.1 --- template/rds.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/rds.tmpl b/template/rds.tmpl index 2f6b247..698c194 100644 --- a/template/rds.tmpl +++ b/template/rds.tmpl @@ -1,6 +1,6 @@ module "rds" { - source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=5.13" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=5.13.1" cluster_name = var.cluster_name cluster_state_bucket = var.cluster_state_bucket team_name = var.team_name