Skip to content
Snippets Groups Projects
Commit 1f80e029 authored by nimrod's avatar nimrod
Browse files

fixup! Terraform stuff.

parent ce122cbd
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
export TF_CLI=tofu
export TF_DEBUG=1
alias tfa='tf apply tfplan && tf -auto-approve -refresh-only'
alias tfa='tf apply tfplan && tf apply -auto-approve -refresh-only'
alias tfaa='tf apply -auto-approve'
alias tfp='tf init -backend=false && tf plan -out tfplan'
alias tfvf='tf init -backend=false && tf validate && tf fmt -diff'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment