set tofu version
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 42s
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 42s
This commit is contained in:
parent
3a0cca97ba
commit
00b7838cc0
1 changed files with 6 additions and 5 deletions
|
|
@ -20,15 +20,16 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-opentofu@v1
|
||||
with:
|
||||
tofu_version: 1.11.5
|
||||
|
||||
- name: OpenTofu Init
|
||||
id: init
|
||||
run: tofu init --upgrade
|
||||
|
||||
- name: OpenTofu fmt
|
||||
id: fmt
|
||||
run: tofu fmt -check
|
||||
continue-on-error: true
|
||||
|
||||
- name: OpenTofu Init
|
||||
id: init
|
||||
run: tofu init
|
||||
|
||||
- name: OpenTofu Validate
|
||||
id: validate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue