terraform-azurerm-compute/GNUmakefile

9 строки
270 B
Makefile
Исходник Обычный вид История

2022-10-20 10:51:05 +03:00
SHELL := /bin/bash
-include $(shell curl -sSL "https://raw.githubusercontent.com/Azure/tfmod-scaffold/main/scripts/install.sh" | bash -s > /dev/null ; echo tfmod-scaffold/GNUmakefile)
init:
@sh "$(CURDIR)/scripts/init.sh"
cleanup:
@sh "$(CURDIR)/scripts/cleanup.sh"