From 40ad5146a8f1a38617905fe69e318be451b46a8a Mon Sep 17 00:00:00 2001 From: Tim Cheung <152907271+timckt@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:09:27 +0100 Subject: [PATCH] chore: update example module version --- examples/rds-mariadb.tf | 2 +- examples/rds-mssql.tf | 2 +- examples/rds-mysql.tf | 2 +- examples/rds-postgresql.tf | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/rds-mariadb.tf b/examples/rds-mariadb.tf index 1aed6d4..d4ad105 100644 --- a/examples/rds-mariadb.tf +++ b/examples/rds-mariadb.tf @@ -5,7 +5,7 @@ * */ module "rds_mariadb" { - source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.1.0" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.2.0" # VPC configuration vpc_name = var.vpc_name diff --git a/examples/rds-mssql.tf b/examples/rds-mssql.tf index ef0dc65..959545d 100644 --- a/examples/rds-mssql.tf +++ b/examples/rds-mssql.tf @@ -5,7 +5,7 @@ * */ module "rds_mssql" { - source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.1.0" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.2.0" # VPC configuration vpc_name = var.vpc_name diff --git a/examples/rds-mysql.tf b/examples/rds-mysql.tf index 03693f5..e52af26 100644 --- a/examples/rds-mysql.tf +++ b/examples/rds-mysql.tf @@ -5,7 +5,7 @@ * */ module "rds_mysql" { - source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.1.0" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.2.0" # VPC configuration vpc_name = var.vpc_name diff --git a/examples/rds-postgresql.tf b/examples/rds-postgresql.tf index 4190163..88e8405 100644 --- a/examples/rds-postgresql.tf +++ b/examples/rds-postgresql.tf @@ -5,7 +5,7 @@ * */ module "rds" { - source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.1.0" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.2.0" # VPC configuration vpc_name = var.vpc_name @@ -41,7 +41,7 @@ module "rds" { module "read_replica" { # default off count = 0 - source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.1.0" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.2.0" vpc_name = var.vpc_name