From 247b9d8c45fa063b28c9d2e1dad49fc1d5c0cd8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 21:05:08 +0000 Subject: [PATCH] feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-vpc to v3.14.4 Signed-off-by: Renovate Bot --- .../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 2288a8a9..8415d7a2 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=v3.14.3" + source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v3.14.4" } 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 6bb0763b..aaf15b4c 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=v3.14.3" + source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v3.14.4" } dependency "datasources" {