Add test step for OpenTofu version validation in CI/CD workflow

This commit is contained in:
2025-04-25 16:42:02 +02:00
parent eaf344f159
commit 6975026fc5
+4
View File
@@ -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 }}"