terraform/20-post-k8s/Makefile

9 lines
81 B
Makefile
Raw Normal View History

2024-08-04 16:16:53 +02:00
init:
@tofu init
plan:
@tofu plan -out tfplan
apply:plan
@tofu apply tfplan