mirror of
https://github.com/virtualroot/awesome-opentofu.git
synced 2026-05-21 12:31:25 -05:00
[GH-ISSUE #63] List of places where TF has been superseded by OpenTofu? #1042
Reference in New Issue
Block a user
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 @rdhar on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/virtualroot/awesome-opentofu/issues/63
Do we happen to have a list of places where TF has been superseded by OpenTofu? For example:
I'm sure there must be others?
@kvendingoldo commented on GitHub (Apr 2, 2024):
At this moment if you need to have a support of Terraform as well as OpenTofu (and Terragrunt :) ) in one tool you can use https://github.com/tofuutils/tenv which my team wrote some months ago. A lot of users switched to that tool to unify version management in the world of Terraform.
You're welcome to open any issues or contribute to tenv.
@rdhar commented on GitHub (Apr 6, 2024):
Thanks, @kvendingoldo!
For the DevSecTop/TF-via-PR project (which enables CI-driven automated provisioning of (O)TF via Pull Request interaction workflow), I've gone ahead and added a functional demo workflow relying on
tenv.Not only that, but
tenvis at the heart of running tests in matrix-strategy, comparingtofuandterraformoutputs simultaneously, side-by-side on the same PR.Massively appreciative of @dvaumoron and yourself for responding to my requests (https://github.com/tofuutils/tenv/issues/92, https://github.com/tofuutils/tenv/issues/93, https://github.com/tofuutils/tenv/issues/98, and https://github.com/tofuutils/tenv/issues/100) and supporting
GITHUB_OUTPUTfeature parity with the likes of setup-opentofu and setup-terraform GH Actions.@virtualroot commented on GitHub (May 2, 2024):
Please consider looking at https://github.com/northwood-labs/opentofu-support and opening an issue there; it seems to be a better place for this than this issue.