1
0
mirror of https://github.com/jcwimer/multi-cloud-kubernetes synced 2026-03-24 17:34:43 +00:00

Added a README and a Makefile

This commit is contained in:
2020-10-19 15:03:40 -04:00
parent b0cbe65d92
commit 175f7ccc34
9 changed files with 60 additions and 2 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
deploy: install-terraform run-deploy
install-terraform:
bash bin/install-terraform.sh
run-deploy:
bash bin/deploy.sh
destroy:
bash bin/destroy.sh