🏷️
terraform
2 articles tagged with "terraform"
Tech Feeds
dev-tooling-dx
Your Docker Registry Has 500 Unused Images Costing You Every Month 🐳
ECR charges per GB for every Docker image ever pushed. Here's how to auto-delete old images with Terraform lifecycle policies and reclaim 80% of that storage. tags: aws, terraform, docker, devops Qu...
dev-tooling-dx
Refactor the Terraform Script — Restoring Balance
Previously when i use terraform and localstack , i avoid to using the tflocal wrapper due to one 100% same way when running in real environment . However i notice that thats a lot of unnecessary thing...