Skip to content

Commit

Permalink
Merge pull request #164 from ministryofjustice/bump-examples-6.0.2
Browse files Browse the repository at this point in the history
🔧 Bump example files to use latest release
  • Loading branch information
kyphutruong authored Feb 14, 2024
2 parents 8f974fd + 4da99f9 commit 96eb4a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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=6.0.0"
source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=6.0.2"

# 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=6.0.0"
source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=6.0.2"

# 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=6.0.0"
source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=6.0.2"

# VPC configuration
vpc_name = var.vpc_name
Expand Down
2 changes: 1 addition & 1 deletion 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=6.0.0"
source = "github.com/ministryofjustice/cloud-platform-terraform-rds-instance?ref=6.0.2"

# VPC configuration
vpc_name = var.vpc_name
Expand Down

0 comments on commit 96eb4a3

Please sign in to comment.