Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SME-228/LIB-70: Support OpenTofu, replace tfenv/tgswitch with Mise #59

Merged
merged 39 commits into from
Apr 23, 2024

Conversation

arsci
Copy link
Contributor

@arsci arsci commented Apr 22, 2024

Description

Closes #53

  • Add support for OpenTofu
    • Adds use of INPUT_TOFU_VERSION. If this environment variable is supplied (instead of INPUT_TF_VERSION) Mise will install OpenTofu and set TERRAGRUNT_TFPATH=tofu when invoking Terragrunt to use tofu instead of terraform.
  • Replaced tfenv and tgswitch with mise due to unpatched vulnerabilities
  • Refactor tests
    • Add tests for OpenTofu support
    • Refactor test structures
    • Add precommit step (terraform-fmt/goimports)
    • Add test logging/test artifact upload to CircleCI

Release Notes

Added support for OpenTofu, added Mise, removed tfenv/tgswitch

@gruntwork-ci
Copy link

Upgrade test results for build 154

yhakbar
yhakbar previously approved these changes Apr 22, 2024
Dockerfile Outdated Show resolved Hide resolved
action.yml Show resolved Hide resolved
@arsci arsci requested a review from denis256 April 22, 2024 18:19
terragrunt/Dockerfile Outdated Show resolved Hide resolved
@arsci arsci requested a review from denis256 April 22, 2024 18:39
@arsci arsci merged commit 30ca77d into main Apr 23, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for installing OpenTofu instead of Terraform
4 participants