wip
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user