terraform workspace
#Commands for terraform workspace management
#List Workspace
terraform workspace list
#Create new workspace
terraform workspace new <name>
#Show current workspace
terraform workspace show
#Switch Workspace
terraform workspace select <workspace name>
#Delete the Workspace
terraform workspace delete <workspace name>
NOTE:- You can NEVER DELETE the "Default" workspace
Also in C++:
- how to host angular on github
- git abort merge
- how to install react redux
- enable fish shell in alacrtity teminal
- linux install qt5widgets
- ubuntu install jdk 14
- install flask dockerfile
- oracle vm cannot install guest edition windows 10 enterprise
- how to clear gradle cache gitignore
- rpi install chomedriver
- centos install lsb_release
- how to edit etc/hosts linux error readonly
- install vi editor ubuntu dockerfile
- batch rename file
- Error: 0x80370102 The virtual machine could not be started because a required feature is not installed.
- how to save iptables
- git branch delete local and remote
- how to install mongodb database in ubuntu version
- vue create from preset
- grep in all files
- ssh run single command
- how to install trello on linux
- fish script set variable
- difference git fetch vs pull