Skip to content

ocontant/terraform-aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Aliases

Thanks to macunha1 for the aliases bloc

macunha1 terraform.zsh

Alias Command
tf terraform
tfi terraform init
tfp terraform plan
tfip tfi & tfp
tfa terraform apply
tfia tfi & tfa
tfd terraform destroy
tfid tfi & tfd
# WARNING Auto-Approve
tfa! terraform apply -auto-approve
tfia! tfi & tfa!
# Warning Destroy Auto-Approve
tfd! terraform destroy -auto-approve
tfid! tfi & tfd!
tfc terraform console
tff terraform fmt
tfg terraform graph
tfget terraform get
tfimp terraform import
tfo terraform output
tfprov terraform providers
tfp terraform push
tfr terraform refresh
tfs terraform show
tfst terraform state
tft terraform taint
tfu terraform untaint
tfv terraform validate
tfver terraform version
tfw terraform workspace
tfwn terraform workspace new
tfwl terraform workspace list
tfws terraform workspace show
tfwse terraform workspace select

About

Useful aliases collection for Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages