Skip to content

Commit

Permalink
Bring back "Set outside IP on site tunnel terminations (#19)" (#21)
Browse files Browse the repository at this point in the history
Reverts #20

Original PR: #19

Blocked on release of this fix:
e-breuninger/terraform-provider-netbox#616
  • Loading branch information
mraerino authored Aug 2, 2024
1 parent 4361844 commit de51880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/device/tunnel.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ resource "netbox_vpn_tunnel_termination" "site" {
tunnel_id = each.value.id
role = "peer"

device_interface_id = netbox_device_interface.tunnels[each.key].id
device_interface_id = netbox_device_interface.tunnels[each.key].id
outside_ip_address_id = netbox_ip_address.gre_dnat.id
}

0 comments on commit de51880

Please sign in to comment.