terraform/authentik.old/Makefile
Chris Cowley d908078ee6
Some checks failed
/ non-lab (push) Failing after 12m13s
many things
2025-02-19 10:59:18 +00:00

8 lines
81 B
Makefile

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