Open jimeh opened 1 year ago
We need the API first.
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.
The ability to manage Tags in Terraform.
Tasks
katapult_tag
resource, with attributes:id
(computed)name
color
katapult_tag
data source, with attributes:id
name
color
katapult_tags
data source to list all tags, with atags
attribute that is a list of tags using the same schema as thekatapult_tag
data source.