Category: Terraform

The need to manage multiple Terraform environments is very common. Indeed, getting started is one thing but then you end up with various environments that you need to manage, several teams etc… So how do you manage terraform when you start having several environments like dev, staging, prod, and how do you manage the complexity? If you need to manage several Terraform environments, there are a lot of ways to ramp up your approach and get started.

There is no one answer to that, but one common set up is to have your modules handled separately and called from a single repository.

Related Articles