terraform/authentik/Makefile

9 lines
96 B
Makefile
Raw Normal View History

2024-06-27 10:09:49 +02:00
init:
@terraform init
plan:
@terraform plan -out tfplan
apply:plan
@terraform apply tfplan