From 6975026fc5cb3bd981793cec8e5094d588000cef Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Fri, 25 Apr 2025 16:42:02 +0200 Subject: [PATCH] Add test step for OpenTofu version validation in CI/CD workflow --- .github/workflows/actions-validate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions-validate.yml b/.github/workflows/actions-validate.yml index c50de56..116c4c0 100644 --- a/.github/workflows/actions-validate.yml +++ b/.github/workflows/actions-validate.yml @@ -63,6 +63,10 @@ jobs: run: | terraform --version + - name: Test opentofu + run: | + tofu --version + - name: Show remote host info run: | echo "System ID: ${{ steps.get-host-info.outputs.system-id }}"