Introduction to Multiple Environments
You'll likely want to create multiple environments of your configuration - production, staging, qa, and anything else.
How do we go about doing that within Terraform?
There's quite a few options! In the next few videos, we'll cover two ways:
- Using Workspaces
- Using directory structure + helper scripts