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 v3.13.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot authored and ArchiFleKs committed Mar 12, 2022
1 parent 8c32ecb commit d7d7862
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=v3.12.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc//modules/vpc-endpoints?ref=v3.13.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=v3.12.0"
source = "github.com/terraform-aws-modules/terraform-aws-vpc?ref=v3.13.0"
}

locals {
Expand Down

0 comments on commit d7d7862

Please sign in to comment.