myos/terraform/def.terraform.mk

6 lines
115 B
Makefile

CMDS += terraform
define terraform
$(RUN) $(call run,terraform $(1),hashicorp/)
endef