Skip to content

Commit

Permalink
Force primary IP to v6 over v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Feb 3, 2024
1 parent c5cd87f commit a36be0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/supernode/management-ipv6.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ resource "netbox_ip_address" "management_ipv6" {

resource "netbox_primary_ip" "supernode" {
ip_address_id = netbox_ip_address.management_ipv6.id
ip_address_version = 6
virtual_machine_id = netbox_virtual_machine.supernode.id
}

0 comments on commit a36be0a

Please sign in to comment.