Skip to content

Latest commit

 

History

History
 
 

terraform-workspaces

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
  1. terraform workspace list - It will list out all the workspaces

  2. terraform workspace new prod - It create a workspace and swtich to prod. Similary you can create

terraform workspace new dev

  1. terraform workspace show - It will show the current workspace you are in

  2. terraform apply -var-file dev.tfvars

  3. Switch workspace by - terraform workspace select prod