From 13beaac955fbe2d4e283c0dab5c0ffc9854d9766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:51:49 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-vpc to v5.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../eu-west-1/clusters/demo/vpc-endpoints/terragrunt.hcl | 2 +- .../live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 68af20d8..cf92541a 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.2.0" + source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v5.4.0" } 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 8f4a7d1e..e52b9812 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.2.0" + source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.4.0" } dependency "datasources" {