Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation #1

Merged
merged 40 commits into from
Oct 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0933d8f
Add CLI modules
aknysh Sep 8, 2020
2e4a9b8
Updates
aknysh Oct 8, 2020
44ebcfe
Updates
aknysh Oct 8, 2020
c648b53
Updates
aknysh Oct 9, 2020
e8a2b53
Updates
aknysh Oct 10, 2020
b245bd8
Updates
aknysh Oct 10, 2020
cba8f34
Updates
aknysh Oct 10, 2020
8ebb1f7
Updates
aknysh Oct 10, 2020
b98e448
Updates
aknysh Oct 11, 2020
94b88c6
Updates
aknysh Oct 11, 2020
482bcdd
Updates
aknysh Oct 11, 2020
21f063a
Updates
aknysh Oct 11, 2020
c282c4e
Updates
aknysh Oct 11, 2020
499bec9
Updates
aknysh Oct 11, 2020
258a342
Updates
aknysh Oct 11, 2020
089c5df
Updates
aknysh Oct 11, 2020
65c42ef
Updates
aknysh Oct 11, 2020
0628491
Update README
aknysh Oct 11, 2020
2efb6fd
Update README
aknysh Oct 11, 2020
32971d6
Update README.md
aknysh Oct 12, 2020
9756e97
Update README.md
aknysh Oct 12, 2020
58ff393
Update README.md
aknysh Oct 12, 2020
15de410
Update README.md
aknysh Oct 12, 2020
d990544
Update README.md
aknysh Oct 12, 2020
a7dd0a5
Update README.md
aknysh Oct 12, 2020
d13cfbc
Update example/Dockerfile
aknysh Oct 12, 2020
aa04372
Update Dockerfile
aknysh Oct 12, 2020
8cfe007
Update example
aknysh Oct 12, 2020
c730230
Update config
aknysh Oct 12, 2020
2a26c72
Update README
aknysh Oct 13, 2020
ad7d944
Update README
aknysh Oct 13, 2020
8e51af9
Update README
aknysh Oct 13, 2020
a496d87
Update README
aknysh Oct 13, 2020
f509ee1
Update README
aknysh Oct 13, 2020
57e2152
Update README
aknysh Oct 13, 2020
8d6880a
Update README
aknysh Oct 13, 2020
3e4f493
Add `.github`
aknysh Oct 13, 2020
c92c66b
Remove TF and helmfiles from the example
aknysh Oct 13, 2020
3435ba8
Update README.md
aknysh Oct 13, 2020
98f7c5c
Update README
aknysh Oct 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README
  • Loading branch information
aknysh committed Oct 13, 2020
commit f509ee1a224fb70bc0d7683094f05ffd82b7dfe1
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

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

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

Expand Down
18 changes: 0 additions & 18 deletions docs/terraform.md

This file was deleted.