Skip to content

Instantly share code, notes, and snippets.

View wojciechpuchta's full-sized avatar

wojciechpuchta

View GitHub Profile
@wojciechpuchta
wojciechpuchta / gist:a5c5777e7abca40b4980e652788bcc5b
Created September 26, 2019 14:54
Makefile for hicrondss/terraform-azure-cli
IMAGE=hicrondss/terraform-azure-cli
TAG=tf-v0.12.8
DOCKER_RUN=docker run -v "$(shell pwd):/workdir" -w /workdir -it $(IMAGE):$(TAG)
OUT_FILE=/tmp/plan.terraform
cli:
$(DOCKER_RUN)
apply-greedy:
$(DOCKER_RUN) terraform apply