Terraform provider plugin for DigitalOcean's NetBox IPAM and DCIM service - https://github.com/digitalocean/netbox - https://github.com/digitalocean/go-netbox
Adds the netbox_ipam_vrf_domain resource with Create, Update, Read, Delete, Import.
resource "netbox_ipam_vrf_domain" "b" {
name = "Test VRF"
route_distinguisher = "test-vrf"
enforce_unique = true
description = "This is a test VRF. This is only a test. Or is it?"
}
Adds the
netbox_ipam_vrf_domain
resource with Create, Update, Read, Delete, Import.