Add non-lab and a workflow

This commit is contained in:
Chris Cowley 2024-09-02 10:32:51 +02:00
parent a7fad6c9c6
commit 94a24a45ed
5 changed files with 120 additions and 0 deletions

8
non-lab/Makefile Normal file
View file

@ -0,0 +1,8 @@
init:
@tofu init
plan:
@tofu plan -out tfplan
apply:plan
@tofu apply tfplan