terraform

workspace確認

terraform workspace list

workspaceの新規作成

terraform workspace new staging

workspaceの切り替え

terraform workspace select staging

変数ファイル設定

terraform plan -var-file="ファイル名.tfvars"