We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb734da commit e5ca387Copy full SHA for e5ca387
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 terraform code
9
lint:
0 commit comments