Terraform provider plugin for DigitalOcean's NetBox IPAM and DCIM service - https://github.com/digitalocean/netbox - https://github.com/digitalocean/go-netbox
As of now (2018-11-25), any resource that uses a status attribute must pass in the ID of the status. Instead, allow users to pass in the string name of the status, like Active or Reserved so that they don't have to remember the IDs.
As of now (2018-11-25), any resource that uses a status attribute must pass in the ID of the status. Instead, allow users to pass in the string name of the status, like
Active
orReserved
so that they don't have to remember the IDs.