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: init:
terraform init tofu init
plan: plan:
terraform plan -out tfplan tofu plan -out tfplan
apply:plan apply:plan
terraform apply tfplan tofu apply tfplan
refresh:plan refresh:plan
terraform apply tfplan -refresh-only tofu apply tfplan -refresh-only