Skip to content

Commit

Permalink
chore: update example module version
Browse files Browse the repository at this point in the history
  • Loading branch information
timckt committed Sep 18, 2024
1 parent 37af104 commit 40ad514
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/rds-mariadb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/rds-mssql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/rds-mysql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/rds-postgresql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 40ad514

Please sign in to comment.