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: marker #1

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

Resource: marker #1

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

Comments

@kvrhdn
Copy link
Contributor

kvrhdn commented Jul 30, 2020

A resource to create markers.

More information: https://docs.honeycomb.io/working-with-your-data/customizing-your-query/markers/
Available API: https://docs.honeycomb.io/api/markers/

HCL code:

resource "honeycombio_marker" "marker" {
  message = "Message"
  type    = "deploy"
  url     = "https://www.honeycomb.io/"
}
@kvrhdn kvrhdn created this issue from a note in Activity (Released) Jul 30, 2020
@kvrhdn
Copy link
Contributor Author

kvrhdn commented Jul 30, 2020

This is already implemented and has been released with v0.0.1!

@kvrhdn kvrhdn closed this as completed Jul 30, 2020
Activity automation moved this from Released to Done Jul 30, 2020
@kvrhdn kvrhdn moved this from Done to Released in Activity Jul 30, 2020
kvrhdn pushed a commit that referenced this issue May 24, 2021
jharley pushed a commit that referenced this issue Dec 9, 2021
Add support for Boards API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Activity
Released
Development

No branches or pull requests

1 participant