Files
myos/terraform/def.terraform.mk
T
aynic.os 97cd91a020 wip
2021-06-14 12:52:48 +02:00

6 lines
115 B
Makefile

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