Tag terraform

Saving space in Terraform

In [[Terraform]], by default terraform init will automatically download the providers/plugins and modules and place them under .terraform in the current working directory. This is very convenient as it treat each “Terraform project” as independent configuration. At work as a [[DevOps]] engineer I have many AWS resources managed using Terraform and it is awesome. Each part is configured as separate “project” this is very useful when it comes to debugging, also we find it more convenient not having to risk to affect the whole infrastructure while making changes on some part of it.