Posts

Showing posts from January, 2023

Conftest : terraform

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Atlantis -GitOps

Image
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ In a nut shell GitOps is purely an automated process that leverages on purely version controller purely version controlled a git tool deploy infrastructure code . Atlantis is a GitOps tools that allows you to track everything in your infrastructure code repo.  Lets attempt to setup Atlantis on our local machine . I have created a new repository for this series which is what I have opened up for the VS code session . I will create a new directory called scripts   and I will create a new file inside this folder called - local-setup.sh   This script will contain all the necessary steps to run the  pre-requisites step to run Atlantis local setup. Downloading the Atlantis library  2. Before we go any further lets do re-factoring on the fly . We will define atlantis version and atlantis package. I will define a...