Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Tags #100

Open
3 tasks
jimeh opened this issue Mar 10, 2023 · 2 comments · May be fixed by #144
Open
3 tasks

Add support for Tags #100

jimeh opened this issue Mar 10, 2023 · 2 comments · May be fixed by #144
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jimeh
Copy link
Contributor

jimeh commented Mar 10, 2023

The ability to manage Tags in Terraform.

Tasks

  • Add katapult_tag resource, with attributes:
    • id (computed)
    • name
    • color
  • Add katapult_tag data source, with attributes:
    • id
    • name
    • color
  • Add katapult_tags data source to list all tags, with a tags attribute that is a list of tags using the same schema as the katapult_tag data source.
@jimeh jimeh added enhancement New feature or request good first issue Good for newcomers labels Mar 10, 2023
@jpswade
Copy link

jpswade commented Jul 26, 2024

We need the API first.

@ikadix
Copy link
Collaborator

ikadix commented Jul 29, 2024

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.

@ikadix ikadix linked a pull request Jul 29, 2024 that will close this issue
@ikadix ikadix self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants