Skip to content

Commit

Permalink
Migrate to README.yaml format (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-hleif authored and osterman committed Jun 28, 2018
1 parent 5a49b8b commit b1153a4
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 b1153a4

Please sign in to comment.