OpenTofu
bash
# 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
# Grant execution permissions:
chmod +x install-opentofu.sh
# Please inspect the downloaded script at this point.
# Run the installer:
./install-opentofu.sh --install-method standalone
# Remove the installer:
rm -f install-opentofu.sh
TIP
Автономный установщик проверяет целостность загруженных файлов. Вам необходимо установить cosign, GnuPG или отключить проверку целостности, используя соответствующую --skip-verify опцию.
https://habr.com/ru/sandbox/251700/
DANGER
Вот жешь, OpenTofu использует провайдеров terraform, а они заблокированы в РФ(
Смотри инфу на странице Terraform