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

Tags #26

Open Preskton opened 5 years ago

Preskton commented 5 years ago

Handle tags across resources. Currently this is implemented as []string{}. Pull values in from resource attributes, parse the array, and map to the API.