many things

This commit is contained in:
Chris Cowley 2024-08-04 16:16:53 +02:00
parent 18a08d623b
commit a7fad6c9c6
43 changed files with 1246 additions and 54 deletions

11
10-pre-k8s/Makefile Normal file
View file

@ -0,0 +1,11 @@
init:
terraform init
plan:
terraform plan -out tfplan
apply:plan
terraform apply tfplan
refresh:plan
terraform apply tfplan -refresh-only