Blog do Ricardinho

Automating Terraform with GitOps: A beginner’s guide with Atlantis

While many of us have already gotten rid of running terraform apply locally, unfortunately others still haven’t found a way to escape this burden.

Whether due to lack of knowledge or budget constraints (Terraform Cloud costs around $0.10USD/managed resource 🤑). Whatever the problem, I’ll try to help you solve it and get out of this miserable life 😅.

The simplest and cheapest way I’ll show you is using Atlantis .

Atlantis is a tool for team collaboration[…]
The main functionality of Atlantis is to enable/allow developers
to run plan and apply directly from Pull/Merge Requests.
Thus providing visibility and control over infrastructure as code.
Link to the post here

18 minutes to read
Ricardo Silva