terraform/non-lab/Makefile
2024-09-02 10:32:51 +02:00

8 lines
81 B
Makefile

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