Gruntwork Pipelines: use OpenTofu #808
Answered
by
ZachGoldberg
iancoralogix
asked this question in
How do I
-
Hello, as a Gruntwork Pipelines user, how can I use the OpenTofu binary and control the version? |
Beta Was this translation helpful? Give feedback.
Answered by
ZachGoldberg
Mar 19, 2024
Replies: 1 comment 1 reply
-
FYI - There's an internal ticket tracking this work here - https://linear.app/gruntwork/issue/DEV-114/support-opentofu |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pipelines-execute v3.0.0-beta1 includes a new flag
TF_BINARY
which can be set to eitherterraform
oropentofu
(in addition to the existingTF_VERSION
parameter). By default, starting in v3.0.0 we'll use OpenTofu unless the binary is forcibly set to terraform by the calling workflow.