Move to opentofu
This commit is contained in:
parent
a236d3a0a6
commit
faad325820
2 changed files with 29 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue