Move to opentofu

This commit is contained in:
Chris Cowley 2024-06-27 10:18:28 +02:00
parent a236d3a0a6
commit faad325820
2 changed files with 29 additions and 33 deletions

View file

@ -1,8 +1,8 @@
init:
@terraform init
@tofu init
plan:
@terraform plan -out tfplan
@tofu plan -out tfplan
apply:plan
@terraform apply tfplan
@tofu apply tfplan