We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there!
This recipe: https://aws-observability.github.io/observability-best-practices/recipes/recipes/amg-automation-tf/ has the user manually creating an API key to use in their terraform deployment (and then hardcoding it later)
It would be great if it could be updated to mention using the API key terraform resource: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_workspace_api_key to automatically create an API key instead of having the user do so by hand
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there!
This recipe: https://aws-observability.github.io/observability-best-practices/recipes/recipes/amg-automation-tf/
has the user manually creating an API key to use in their terraform deployment (and then hardcoding it later)
It would be great if it could be updated to mention using the API key terraform resource: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/grafana_workspace_api_key to automatically create an API key instead of having the user do so by hand
The text was updated successfully, but these errors were encountered: