Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent f669567 commit 90ddb72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions iac/transit-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90ddb72

Please sign in to comment.