Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
terraform
/
Workspace list
Workspace list
terraform
Show all workspaces; current one marked with *
terraform workspace list
⎘ copy
#terraform
more terraform
all 43 commands →
Create and switch workspace
terraform workspace new staging && terraform workspace select staging
Validate configuration
terraform validate
Format code
terraform fmt -recursive
Show output values
terraform output -json
Destroy specific resource
terraform destroy -target=module.vpc.aws_vpc.main