initial commit

This commit is contained in:
Chris Cowley 2024-06-27 10:09:49 +02:00
commit a236d3a0a6
8 changed files with 216 additions and 0 deletions

8
authentik/Makefile Normal file
View file

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