install deps
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 23s
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 23s
This commit is contained in:
parent
7c5dc4c36c
commit
782113aa35
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tofu_version: 1.11.5
|
tofu_version: 1.11.5
|
||||||
|
|
||||||
|
- name: Install deps
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install -y jq
|
||||||
|
|
||||||
- name: OpenTofu Init
|
- name: OpenTofu Init
|
||||||
id: init
|
id: init
|
||||||
run: tofu init --upgrade
|
run: tofu init --upgrade
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue