-
Notifications
You must be signed in to change notification settings - Fork 31
Description
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
- Forking a CLI command directly to the API.
- Manually creating every environment.
Additional context
NA