This commit is contained in:
aynic.os
2021-06-14 12:52:48 +02:00
parent 743e874c59
commit 97cd91a020
40 changed files with 830 additions and 635 deletions
+1 -13
View File
@@ -1,17 +1,5 @@
CMDS += terraform
ifeq ($(DOCKER), true)
define terraform
$(call run,hashicorp/terraform:light $(1))
$(RUN) $(call run,terraform $(1),hashicorp/)
endef
else
define terraform
$(call run,terraform $(1))
endef
endif