From 102dc93f57a803c0e711fa50715070ddfb80d252 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 21 Sep 2019 10:28:59 +1200 Subject: [PATCH] Added terraforms section. --- wsl-setup.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/wsl-setup.org b/wsl-setup.org index 6529dac..f13a73b 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -68,6 +68,27 @@ #+END_SRC + For cloud infrastructure deployments we use [[https://www.terraform.io/][terraforms]]. + + #+BEGIN_SRC shell + # Download the binary + wget 'https://releases.hashicorp.com/terraform/0.12.9/terraform_0.12.9_linux_amd64.zip' + + # Unzip it + unzip *.zip + + # Move the binary to path + sudo mv terraform /usr/bin/ + + # Clean up + rm *amd64.zip + #+END_SRC + + #+RESULTS: + | Archive: | terraform_0.12.9_linux_amd64.zip | + | inflating: | terraform | + + * Install spacemacs A key component in our environment is spacemacs. The section below will setup