Created
April 29, 2026 15:49
-
-
Save rssnyder/81ca90a98228434dada5d7280debcad8 to your computer and use it in GitHub Desktop.
custom harness iacm tofu image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ARG TOFU=1.11.6 | |
| FROM ghcr.io/opentofu/opentofu:$TOFU-minimal AS tofu | |
| FROM plugins/harness_terraform | |
| COPY --from=tofu /usr/local/bin/tofu /usr/local/bin/tofu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment