[GH-ISSUE #63] List of places where TF has been superseded by OpenTofu? #1042

Closed
opened 2026-05-12 10:12:35 -05:00 by GiteaMirror · 3 comments
Owner

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?

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: * [GitLab opted to migrate](https://gitlab.com/components/opentofu#migrating-from-the-terraform-cicd-templates) its TF CI/CD pipeline templates to OpenTofu. * [Brew stopped updating](https://formulae.brew.sh/formula/terraform) TF beyond MPL-2.0 licensed v1.5.7. * [Alpine Linux](https://gitlab.alpinelinux.org/alpine/aports/-/issues/15193) dropped support for TF going forward. I'm sure there must be others?
Author
Owner

@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.

<!-- gh-comment-id:2033210938 --> @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](https://github.com/tofuutils/tenv).
Author
Owner

@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 tenv is at the heart of running tests in matrix-strategy, comparing tofu and terraform outputs 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_OUTPUT feature parity with the likes of setup-opentofu and setup-terraform GH Actions.

<!-- gh-comment-id:2040803127 --> @rdhar commented on GitHub (Apr 6, 2024): Thanks, @kvendingoldo! For the [DevSecTop/TF-via-PR](https://github.com/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](https://github.com/DevSecTop/TF-via-PR-Comments/blob/dc00f4c18ad2367858f8a668fcb09de12cf1047a/.github/workflows/tf_tests.yml#L38-L46) relying on `tenv`. Not only that, but `tenv` is at the heart of running tests in matrix-strategy, comparing `tofu` and `terraform` outputs 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_OUTPUT` feature parity with the likes of [setup-opentofu](https://github.com/opentofu/setup-opentofu) and [setup-terraform](https://github.com/hashicorp/setup-terraform) GH Actions.
Author
Owner

@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.

<!-- gh-comment-id:2091344051 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-opentofu#1042