terraform

2 Articles 0 Followers


[Devops] How to: Terraform Plugin Caching

4 Feb 2025 2 minute read 0 comments rafaeldomi

The Problem: Terraform Wasting Disk Space If you’ve been using Terraform for a while, you’ve probably noticed that every time you initialize a new project (terraform init), it downloads all required provider plugins again—even if you already have the...

[DevOps] - Secure AWS Connection in Github Actions

25 Aug 2023 2 minute read 0 comments rafaeldomi

Level: Intermediate | Techs: AWS, GitHub, Terraform As more organizations embrace cloud-native development, secure and efficient CI/CD pipelines have become paramount. In this article, we'll dive into how you can establish a secure connection to AWS...