Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 12, 2022
1 parent e045fcd commit da641da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc-transit-gateway-association/routing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "routing_attachment" {

vpc_full_name = var.vpc_full_name
availability_zones = var.availability_zones
private_subnets_ids = var.subnt_ids
private_subnets_ids = var.subnet_ids
create_public_route_table = false
private_route_table_label = var.route_table_label
enable_igw = false
Expand Down

0 comments on commit da641da

Please sign in to comment.