terraform/authentik/Makefile
2024-06-27 10:09:49 +02:00

8 lines
96 B
Makefile

init:
@terraform init
plan:
@terraform plan -out tfplan
apply:plan
@terraform apply tfplan