Terraform from Zero on GCP – Part 4: Variables, Outputs and Best Practices
If you just arrived and want to understand what has been done so far, I recommend taking a step back and checking out the previous posts: Terraform: Taking the Next Step – Building Infrastructure from Scratch on GCP This post (and the next one) will probably be a bit more theoretical than I like, but let’s take an important step: organizing the project with best practices. We’ll better understand the use of variables, outputs – which we created previously. And we’ll take the opportunity to modularize the project a bit more. ...
