diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59eced1..14ba36e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - "--verbose" - "--allow-parallel-runners" - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.91.0 + rev: v1.92.0 hooks: - id: terraform_fmt args: @@ -60,6 +60,6 @@ repos: - --hook-config=--add-to-existing-file=true # Boolean. true or false - --hook-config=--create-file-if-not-exist=true # Boolean. true or false - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.412.1 + rev: 37.422.4 hooks: - id: renovate-config-validator diff --git a/iac/transit-gateway/main.tf b/iac/transit-gateway/main.tf index fe29a4d..49ea8aa 100644 --- a/iac/transit-gateway/main.tf +++ b/iac/transit-gateway/main.tf @@ -44,7 +44,7 @@ locals { #################################################################################################### module "transit_gateway" { - source = "git::https://github.com/defenseunicorns/terraform-aws-transit-gateway.git?ref=v0.0.3" + source = "git::https://github.com/defenseunicorns/terraform-aws-transit-gateway.git?ref=v0.0.4" create_transit_gateway = true create_transit_gateway_route_table = false @@ -93,7 +93,7 @@ locals { # dat module "transit_gateway_attachment" { - source = "git::https://github.com/defenseunicorns/terraform-aws-transit-gateway.git?ref=v0.0.3" + source = "git::https://github.com/defenseunicorns/terraform-aws-transit-gateway.git?ref=v0.0.4" create_transit_gateway = false use_existing_transit_gateway = true