Skip to content

Commit 5107cdc

Browse files
committed
Add OpenTofu version step.
1 parent d1ae527 commit 5107cdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/plan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
working-directory: ./terraform
6767
run: tofu init
6868

69+
- name: Get OpenTofu version
70+
working-directory: ./terraform
71+
run: tofu --version
72+
6973
- name: List out state
7074
working-directory: ./terraform
7175
run: tofu state list

0 commit comments

Comments
 (0)