Skip to content

Commit a1cbbac

Browse files
feat(tf): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-vpc to v5.5.3 (#243)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35f2c48 commit a1cbbac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terragrunt/live/production/eu-west-1/clusters/demo/vpc-endpoints/terragrunt.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include "vpc" {
1111
}
1212

1313
terraform {
14-
source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v5.5.2"
14+
source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v5.5.3"
1515
}
1616

1717
inputs = {

terragrunt/live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include "root" {
55
}
66

77
terraform {
8-
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.5.2"
8+
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.5.3"
99
}
1010

1111
dependency "datasources" {

0 commit comments

Comments
 (0)