Skip to content

Instantly share code, notes, and snippets.

@rssnyder
Created April 29, 2026 15:49
Show Gist options
  • Select an option

  • Save rssnyder/81ca90a98228434dada5d7280debcad8 to your computer and use it in GitHub Desktop.

Select an option

Save rssnyder/81ca90a98228434dada5d7280debcad8 to your computer and use it in GitHub Desktop.
custom harness iacm tofu image
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