Skip to content

Commit

Permalink
feat(tf): update terragrunt dependency github.com/terraform-aws-modul…
Browse files Browse the repository at this point in the history
…es/terraform-aws-vpc to v5.5.1 (#237)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2024
1 parent 2558b3d commit 15777f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include "vpc" {
}

terraform {
source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v5.5.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v5.5.1"
}

inputs = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include "root" {
}

terraform {
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.5.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.5.1"
}

dependency "datasources" {
Expand Down

0 comments on commit 15777f9

Please sign in to comment.