1
0
mirror of https://github.com/jcwimer/multi-cloud-kubernetes synced 2026-04-06 06:28:32 +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
bin/install-terraform.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
project_dir=$(git rev-parse --show-toplevel)
cd $project_dir
curl -o terraform.zip https://releases.hashicorp.com/terraform/0.12.28/terraform_0.12.28_linux_amd64.zip
unzip terraform.zip
rm terraform.zip
#https://github.com/adammck/terraform-inventory/releases
#curl -o terraform-inventory.zip https://github.com/adammck/terraform-inventory/releases/download/v0.9/terraform-inventory_0.9_linux_amd64.zip