A Pretty Good Terraform Module Template
A pretty good Terraform module template that includes semantic versioning with releases, GitHub Actions, automatic README generation and pre-commit hooks to ensure quality.
A pretty good Terraform module template that includes semantic versioning with releases, GitHub Actions, automatic README generation and pre-commit hooks to ensure quality.
Amazon Managed Grafana has an unfortunate limitation where API keys created have a maximum expiration of 30 days - making continuous deployments difficult without manual intervention. This post will show you how to write some simple Terraform to automatically rotate an API key that can be used in your CI/CD pipeline.