aws-observability / observability-best-practices

Observability best practices on AWS
https://aws-observability.github.io/observability-best-practices/
MIT No Attribution
224 stars 69 forks source link

AMG Terraform article should mention terraform API key resource #115

Open zspeaks opened 9 months ago

zspeaks commented 9 months ago

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