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.17.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 0b71bbc commit 16f7b51
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.15.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v5.17.0"
}

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.15.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v5.17.0"
}

dependency "datasources" {
Expand Down

0 comments on commit 16f7b51

Please sign in to comment.