Skip to content

Commit

Permalink
🔧 Removed routes from output
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lubneuski committed Sep 25, 2024
1 parent 28cd0a1 commit 63e3ac5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@ output "nat_gateway_ips" {
value = [aws_eip.nat.*.public_ip]
description = "Public IP addresses of the VPC NAT gateways."
}

output "route_table_public" {
value = [aws_route_table.public.id]
}

output "route_table_private" {
value = [aws_route_table.private.*.id]
}

0 comments on commit 63e3ac5

Please sign in to comment.