Files
myos/make/apps/terraform/def.terraform.mk
T
2022-12-07 12:48:43 +00:00

6 lines
115 B
Makefile

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