diff --git a/terragrunt/live/production/eu-west-1/clusters/demo/vpc-endpoints/terragrunt.hcl b/terragrunt/live/production/eu-west-1/clusters/demo/vpc-endpoints/terragrunt.hcl index 7b9a05f0..4225fd44 100644 --- a/terragrunt/live/production/eu-west-1/clusters/demo/vpc-endpoints/terragrunt.hcl +++ b/terragrunt/live/production/eu-west-1/clusters/demo/vpc-endpoints/terragrunt.hcl @@ -11,7 +11,7 @@ include "vpc" { } terraform { - source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v5.1.1" + source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v5.1.2" } inputs = { diff --git a/terragrunt/live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl b/terragrunt/live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl index 4ee6556f..6680095f 100644 --- a/terragrunt/live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl +++ b/terragrunt/live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl @@ -5,7 +5,7 @@ include "root" { } terraform { - source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.1.1" + source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.1.2" } dependency "datasources" {