From 0f8c98130b57ed50eae28b191d8b20711093dda5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 01:47:48 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-vpc to v5.7.1 (#246) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 b42e4db5..d5accae0 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.7.0" + source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v5.7.1" } 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 97c5b1ba..62005ec3 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.7.0" + source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.7.1" } dependency "datasources" {