terraform/authentik/Makefile
2024-06-27 10:18:28 +02:00

8 lines
81 B
Makefile

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