Skip to content

Commit

Permalink
Merge branch 'master' into add-context
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Jun 28, 2018
2 parents 39ebf3f + b1153a4 commit 1509ed8
Show file tree
Hide file tree
Showing 6 changed files with 444 additions and 207 deletions.
146 changes: 0 additions & 146 deletions .README.md

This file was deleted.

6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
SHELL := /bin/bash

# List of targets the `readme` target should call before generating the readme
export README_DEPS ?= docs/targets.md docs/terraform.md

-include $(shell curl -sSL -o .build-harness "https://git.io/build-harness"; echo .build-harness)

## Lint terraform code
lint:
$(SELF) terraform/install terraform/get-modules terraform/get-plugins terraform/lint terraform/validate
$(SELF) terraform/install terraform/get-modules terraform/get-plugins terraform/lint terraform/validate
Loading

0 comments on commit 1509ed8

Please sign in to comment.