Skip to content

Commit

Permalink
Migrate readme yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-gleif committed Jul 12, 2018
1 parent a7bc774 commit 37084b1
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 99 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
**/terraform.tfvars
**/*.pem
**/*.pub

.build-harness
build-harness
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +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
Loading

0 comments on commit 37084b1

Please sign in to comment.