Sfoglia il codice sorgente

macbook and terragrunt

Brad Poulton 3 anni fa
parent
commit
4529403959
2 ha cambiato i file con 7 aggiunte e 10 eliminazioni
  1. 5 6
      AFS Macbook Notes.md
  2. 2 4
      Terragrunt Notes.md

+ 5 - 6
AFS Macbook Notes.md

@@ -58,6 +58,7 @@ brew install awscli
 https://github.xdr.accenturefederalcyber.com/duane-waddle/saml2aws/releases
 
 - Uninstall the old version via `brew uninstall saml2aws`
+- Download the amd64 darwin (MAC) version. 
 - Extract the tarball from the link above, and place the binary somewhere in your path. Suggested location is: /Users/{username}/saml2aws/. Add the following to your `.zshrc`
 ```
 # AWS Saml
@@ -96,14 +97,12 @@ terragrunt init
 terragrunt apply
 terragrunt-local apply
 ```
+### Teleport
+use brew
 
-### ScaleFT
+### AWS VPN
 
-Install scaleft per instrutions in [ScaleFT Notes](ScaleFT%20Notes.md)
-
-### Viscosity
-
-Download and install viscosity, add and test both vpns.
+Download and install AWS VPN Client, add and test both vpns.
 
 ### Alfred
 

+ 2 - 4
Terragrunt Notes.md

@@ -168,15 +168,13 @@ terragrunt init --upgrade
 # Static Code Analysis
 
 We can do some good static code analysis with some standard tools. On OS X run:
+
 ```
-brew install tflint
-brew install tfsec
-brew install checkov
+brew install tflint tfsec checkov
 ```
 
 These can be enabled/enforced during terragrunt via `xdr-terraform-live/terragrunt.hcl` in the section labeled `Apply Static Code Analysis`, which should be somewhat self-explanatory.
 
-At present, these are commented out.
 
 ## Ignoring Findings