Skip to content

Commit

Permalink
Fix the name of the default route.
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno M. Custódio <[email protected]>
  • Loading branch information
bmcustodio committed Nov 28, 2022
1 parent 786c3db commit 63d8985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "main" {
{
description = "Default internet gateway."
destination_range = "0.0.0.0/0"
name = "default-internet"
name = "${var.name}-internet"
next_hop_internet = "true"
priority = 1000
},
Expand Down

0 comments on commit 63d8985

Please sign in to comment.