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

Resource: api key #5

Open
kvrhdn opened this issue Jul 30, 2020 · 1 comment
Open

Resource: api key #5

kvrhdn opened this issue Jul 30, 2020 · 1 comment
Labels
blocked This issue is blocked by something external. feature This issue wants to add new functionality. needs Honeycomb API This resource/data source requires an API that does not exist yet!
Projects
Milestone

Comments

@kvrhdn
Copy link
Contributor

kvrhdn commented Jul 30, 2020

A resource to manage API keys.

More information: no documentation available
API: there is no API yet for this

Possible Terraform config:

resource "honeycombio_api_key" "example" {
  name   = "Backend"
  enable = true

  permissions = ["send_events"]
}

# honeycombio_api_key exports the field `key`
@kvrhdn kvrhdn added blocked This issue is blocked by something external. needs Honeycomb API This resource/data source requires an API that does not exist yet! labels Jul 30, 2020
@kvrhdn kvrhdn added this to Backlog in Activity via automation Jul 30, 2020
jharley pushed a commit that referenced this issue Dec 9, 2021
Fix swapped BoardStyle variables
@jharley jharley moved this from Backlog / ideas to Blocked in Activity Feb 1, 2022
@jharley jharley added the feature This issue wants to add new functionality. label Nov 20, 2022
@dstrelau
Copy link
Member

Adding the new APIs to support this is on the team's roadmap in the near-ish future.

@jharley jharley added this to the 1.0.0 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue is blocked by something external. feature This issue wants to add new functionality. needs Honeycomb API This resource/data source requires an API that does not exist yet!
Projects
No open projects
Activity
Blocked
Development

No branches or pull requests

3 participants