What is AWS re:Invent? Launched in 2012, re:Invent is the annual developer conference hosted by Amazon Web Services. With 2,500 technical sessions and more than 60,000 attendees, it’s an EPIC week of learning in Las…
Before this summer, everything I knew about coding I had learned from my college classes. After spending 12 weeks as an intern at BTI360 I’ve been looking back at how my first coding experiences in…
A prior post covered how some teams at BTI360 use CloudFormation to manage Terraform’s AWS backend infrastructure, including the state bucket and lock table. Our previous post introduced three permission levels for accessing Terraform state:…
We previously discussed using Terragrunt to manage your Terraform backend configuration. As a refresher: A backend controls where Terraform’s state is stored Terraform state maps resources created by Terraform to resource definitions in your *.tf…
We previously covered several limitations of Terragrunt managing the creation of the state bucket, log bucket, and lock table used for storing Terraform remote state in AWS. For instance, we often want full control over…
Terraform uses state files to track the resources it creates back to resource definitions in your *.tf files. Each root module has a backend configuration that determines how its state is stored. Terraform uses a…
We wish Terraform made it easy to create a variable hierarchy out of the box, but it doesn’t. In this blog post we will be showing how we have implemented a Terraform variable hierarchy using Terragrunt and YAML files.
Close Form
Then stay up-to-date with our latest posts delivered right to your inbox.
Whether we’re honing our craft, hanging out with our team, or volunteering in the community, we invite you to keep tabs on us.