Preskton / terraform-provider-netbox

Terraform provider plugin for DigitalOcean's NetBox IPAM and DCIM service - https://github.com/digitalocean/netbox - https://github.com/digitalocean/go-netbox
Apache License 2.0
4 stars 4 forks source link

#14 VRF VRF VRF #19

Closed Preskton closed 6 years ago

Preskton commented 6 years ago

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?"
}