Add test step for OpenTofu version validation in CI/CD workflow
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user