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:
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue