Switch to tofu
This commit is contained in:
parent
788136f4a8
commit
7bea959b7f
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue