Goal
Use terraform.workspace so the same config creates a differently named bucket per workspace.
Steps
- Name the bucket
certland-labs-${terraform.workspace} terraform workspace new dev && terraform apply -auto-approveterraform workspace new prod && terraform apply -auto-approve
This must leave certland-labs-dev and certland-labs-prod created.