Add non-lab and a workflow
This commit is contained in:
parent
a7fad6c9c6
commit
94a24a45ed
5 changed files with 120 additions and 0 deletions
8
non-lab/Makefile
Normal file
8
non-lab/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
init:
|
||||
@tofu init
|
||||
|
||||
plan:
|
||||
@tofu plan -out tfplan
|
||||
|
||||
apply:plan
|
||||
@tofu apply tfplan
|
Loading…
Add table
Add a link
Reference in a new issue