actions / runner-images

GitHub Actions runner images
MIT License
9.17k stars 2.84k forks source link

Update/Add OpenTuFu #9684

Closed ctrl-matters closed 1 month ago

ctrl-matters commented 1 month ago

Tool name

opentofu

Tool license

Mozilla Public License, version 2.0

Add or update?

Desired version

latest

Approximate size

25MB

Brief description of tool

Opensource fork of terraform as terraform switched to Business Source License

URL for tool's homepage

https://opentofu.org/

Provide a basic test case to validate the tool's functionality.

tofu --version

Platforms where you need the tool

Runner images where you need the tool

Can this tool be installed during the build?

# Download the installer script:
curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
# Alternatively: wget --secure-protocol=TLSv1_2 --https-only https://get.opentofu.org/install-opentofu.sh -O install-opentofu.sh

# Give it execution permissions:
chmod +x install-opentofu.sh

# Please inspect the downloaded script

# Run the installer:
./install-opentofu.sh --install-method deb

# Remove the installer:
rm install-opentofu.sh

Tool installation time in runtime

No response

Are you willing to submit a PR?

No response

MaksimZhukov commented 1 month ago

Hello @ctrl-matters! I am closing this feature request as a duplicate of this one .