terraform/grafana/Makefile
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