Skip to content

Commit

Permalink
Merge branch 'add-context' of github.com:cloudposse/terraform-null-la…
Browse files Browse the repository at this point in the history
…bel into add-context

* 'add-context' of github.com:cloudposse/terraform-null-label:
  Migrate to README.yaml format (#24)
  • Loading branch information
Jamie Nelson committed Jun 28, 2018
2 parents e6da6df + 1509ed8 commit dd665b9
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 dd665b9

Please sign in to comment.