2024-09-02 10:50:35 +02:00
|
|
|
on: [push]
|
2024-09-02 08:44:17 +00:00
|
|
|
|
2024-09-02 10:32:51 +02:00
|
|
|
jobs:
|
2024-09-02 10:50:35 +02:00
|
|
|
non-lab:
|
2024-09-02 10:32:51 +02:00
|
|
|
runs-on: docker
|
2024-09-02 08:44:17 +00:00
|
|
|
container:
|
|
|
|
image: ghcr.io/opentofu/opentofu:1.7.2
|
2024-09-02 10:32:51 +02:00
|
|
|
steps:
|
2024-09-02 10:50:35 +02:00
|
|
|
- run: tofu init
|
|
|
|
- run: cd non-lab; tofu init
|
|
|
|
name: Tofu Init
|
|
|
|
- name: Tofo plan
|
|
|
|
run: pwd
|