Monthly Archives: July 2022

Terraform tutorial part 2

When running the terraform init command it will store the current state locally in files. This is pretty convenient but if that file is stored on your workstation that makes it impossible to share the build process between multiple developers. … Continue reading

Posted in programming, Setup From Scratch | Comments Off on Terraform tutorial part 2

A simplifed Terraform and AWS tutorial

A lot of tutorials and youtube videos about Terraform go through the process of downloading and installing Terraform. This process is essentially to download a single executable and make sure that this executable is in your path. This process is … Continue reading

Posted in Setup From Scratch | Comments Off on A simplifed Terraform and AWS tutorial