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

Placeholder: Statuses by Name, not by ID #31

Open Preskton opened 5 years ago

Preskton commented 5 years ago

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.