diff --git a/examples/rds-mariadb.tf b/examples/rds-mariadb.tf index 849a350..9395e45 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=6.0.2" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.0.0" # VPC configuration vpc_name = var.vpc_name diff --git a/examples/rds-mssql.tf b/examples/rds-mssql.tf index 675200c..a2c09c6 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=6.0.2" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.0.0" # VPC configuration vpc_name = var.vpc_name diff --git a/examples/rds-mysql.tf b/examples/rds-mysql.tf index 0d0c445..de2624b 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=6.0.2" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.0.0" # VPC configuration vpc_name = var.vpc_name diff --git a/examples/rds-postgresql.tf b/examples/rds-postgresql.tf index 4eb00bf..02eb995 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=6.0.2" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.0.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=6.0.2" + source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=7.0.0" vpc_name = var.vpc_name