Skip to content

Commit

Permalink
fix cidr
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnikolov committed Jul 29, 2024
1 parent e34be80 commit 3cad120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ resource "aws_route_table" "private" {
egress_only_gateway_id = ""
gateway_id = ""
instance_id = ""
ipv6_cidr_block = ""
ipv6_cidr_block = "::/0"
local_gateway_id = ""
network_interface_id = ""
transit_gateway_id = ""
Expand All @@ -144,7 +144,7 @@ resource "aws_route_table" "public" {
destination_prefix_list_id = ""
egress_only_gateway_id = ""
instance_id = ""
ipv6_cidr_block = ""
ipv6_cidr_block = "::/0"
local_gateway_id = ""
network_interface_id = ""
transit_gateway_id = ""
Expand Down

0 comments on commit 3cad120

Please sign in to comment.