-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 resource to create an API key for managed grafana #26374
Comments
Hi @allenhumphreys, thanks for raising this issue. I'll happily look into this. |
@bschaatsbergen that’s amazing, your time is appreciated! |
With a pleasure @allenhumphreys, the PR is out 🚀 ! |
Turns out this was a duplicate of #25100 all along |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
I'm trying to create a managed Grafana instance using the AWS provider and then manage the Grafana dashboards/etc using the Grafana provider.
In order for the Grafana provider to authenticate with the Grafana instance, it needs to have an API key. As part of my infrastructure configuration, I'd like to ensure my Grafana provider can have access to an API.
The goal would be to use
aws_grafana_workspace_api_key
to create an admin key, store it in Secrets Manager, and then read that value as part of my Dashboard terraform configuration.New or Affected Resource(s)
workspace_id
for use with the new resource)Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: