From 1f80e0295fb9b63419a3579910a9a81e9ab382ed Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 24 Dec 2023 19:20:02 +0200 Subject: [PATCH] fixup! Terraform stuff. --- .bashrc.d/terraform | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc.d/terraform b/.bashrc.d/terraform index 96a0de7..fb12c1b 100644 --- a/.bashrc.d/terraform +++ b/.bashrc.d/terraform @@ -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' -- GitLab