Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/transit-gateway/aws to v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent f2150d9 commit a185090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ locals {

module "tgw_hub_routes" {
source = "cloudposse/transit-gateway/aws"
version = "0.10.0"
version = "0.11.3"

providers = {
aws = aws.tgw-hub
Expand Down
2 changes: 1 addition & 1 deletion src/modules/standard_vpc_attachment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ locals {
# This includes a merged list of all CIDRs from allowed VPCs in connected accounts
module "standard_vpc_attachment" {
source = "cloudposse/transit-gateway/aws"
version = "0.11.0"
version = "0.11.3"

existing_transit_gateway_id = var.tgw_config.existing_transit_gateway_id
existing_transit_gateway_route_table_id = var.tgw_config.existing_transit_gateway_route_table_id
Expand Down

0 comments on commit a185090

Please sign in to comment.