terraform/forgejo/Makefile
Chris Cowley ae76ef9c0b
Some checks failed
/ non-lab (push) Failing after 5m42s
many things
2024-09-13 10:12:28 +02:00

8 lines
81 B
Makefile

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