Add test step for OpenTofu version validation in CI/CD workflow
This commit is contained in:
@@ -63,6 +63,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
terraform --version
|
terraform --version
|
||||||
|
|
||||||
|
- name: Test opentofu
|
||||||
|
run: |
|
||||||
|
tofu --version
|
||||||
|
|
||||||
- name: Show remote host info
|
- name: Show remote host info
|
||||||
run: |
|
run: |
|
||||||
echo "System ID: ${{ steps.get-host-info.outputs.system-id }}"
|
echo "System ID: ${{ steps.get-host-info.outputs.system-id }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user