13. Managing Multiple Environments
Approaches
1. Workspaces
$ terraform workspace new dev
$ terraform workspace list
$ terraform workspace select staging2. File Structure
Last updated
$ terraform workspace new dev
$ terraform workspace list
$ terraform workspace select stagingLast updated
_modules
module_1
main.tf
module_2
main.tf
dev
main.tf
terraform.tfvars
prod
main.tf
terraform.tfvars