krystal / terraform-provider-katapult

Terraform Provider for Katapult.
https://registry.terraform.io/providers/krystal/katapult/latest/docs
MIT License
5 stars 2 forks source link

Add support for Tags #100

Open jimeh opened 1 year ago

jimeh commented 1 year ago

The ability to manage Tags in Terraform.

Tasks

jpswade commented 2 months ago

We need the API first.

ikadix commented 2 months ago

AFAICT only thing missing from the API for this would be returning the tag color in the list tags response.

We could make an individual request for each tag in the list to get the color but it feels like fixing this in the API would be preferable.

We can also go ahead and release this without color in the katapult_tags data source in the meantime I imagine.