mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #123] Support Tofu #65
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frazergibsonntt on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/123
Would it be possible to add support to use Tofu instead of Terraform?
@jose-joye commented on GitHub (Nov 25, 2024):
+1 for this request
@patrickchugh commented on GitHub (Oct 20, 2025):
Why would this be better considering most people still use terraform?
@ajpenner commented on GitHub (Dec 21, 2025):
In my opinion, this is not a matter of better, but wider support. The opentofu is the OSS fork of terraform.
What I do is make a symlink
terraformto mytofuexecutable. the underlying mechanisms between the two executables are close enough to the same (for opentofu 1.9.1 at least).@patrickchugh commented on GitHub (Mar 22, 2026):
Is this even necessary if most people already create an alias for opentofu ? calling the terraform command basically calls opentofu ? @frazergibsonntt @jose-joye @ajpenner
@ajpenner commented on GitHub (Mar 22, 2026):
At some point the functionality may split. Until that time, I am personally happy with using the alias.
@BreizhHardware commented on GitHub (Mar 25, 2026):
Agree with that, so why not add in the README a point about the alias if someone want to use tofu instead of terraform.