Switch to tofu

This commit is contained in:
Chris Cowley 2025-04-16 09:45:56 +00:00
parent 788136f4a8
commit 7bea959b7f

View file

@ -1,11 +1,11 @@
init:
terraform init
tofu init
plan:
terraform plan -out tfplan
tofu plan -out tfplan
apply:plan
terraform apply tfplan
tofu apply tfplan
refresh:plan
terraform apply tfplan -refresh-only
tofu apply tfplan -refresh-only