Skip to content

Commit

Permalink
adds terraform import alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gohlke committed Aug 16, 2023
1 parent 75a05da commit 5c9a92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/terraform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ complete -C "$(command -v terraform)" terraform
alias tf_apply='terraform apply -auto-approve'
alias tf_destroy='terraform destroy'
alias tf_init='terraform init'
alias tf_import='terraform import'
alias tf_output='terraform output'
alias tf_providers='terraform providers'

Expand Down

0 comments on commit 5c9a92a

Please sign in to comment.