Request: Ability to create honeycomb_api_key resources of configuration keys. #555
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!
Is your feature request related to a problem? Please describe.
Currently I am attempting to create environments via terraform, and then be able to further configure them with boards, queries, and triggers. Manually creating the environments and configuration keys for every new EKS cluster I create in terraform is becoming tiresome because it requires a lot of secret management for input variables into terraform. I already have plenty of working code for configuring the environments, but I still have to manually create them and create API keys, which leads to a lot of toil, especially when testing terraform module changes.
Describe the solution you'd like
I would like to be able to create a "configuration" type of the
honeycomb_api_key
resource. Currently the only supported key type is "ingest". I would then be able to use the output as variables for an aliased honeycombio provider and finish the configuration.Describe alternatives you've considered
Additional context
NA
The text was updated successfully, but these errors were encountered: