We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6c3f6 commit 45c1a23Copy full SHA for 45c1a23
Makefile
@@ -3,7 +3,7 @@ SHELL := /bin/bash
3
# List of targets the `readme` target should call before generating the readme
4
export README_DEPS ?= docs/targets.md docs/terraform.md
5
6
--include $(shell curl -sSL -o .build-harness "https://git.io/build-harness"; echo .build-harness)
+-include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness)
7
8
lint:
9
$(SELF) terraform/install terraform/get-modules terraform/get-plugins terraform/lint terraform/validate
0 commit comments