Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2020-12-13 05:06:19
Size: 122
Editor: PieterSmit
Comment:
Revision 10 as of 2021-12-02 05:27:39
Size: 894
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe Cloud/Terraform here. = Cloud/Terraform =
 * Links [[Cloud/Terragrunt]] , [[https://acloudguru.com/blog/engineering/the-ultimate-terraform-cheatsheet]]
 * Training: Hashicorp [[https://play.instruqt.com/public]]
 * [[https://blog.gruntwork.io/how-to-manage-terraform-state-28f5697e68fa]]
Line 4: Line 7:
   * Download the linux_64 bit tgz
   * sudo chown pieter /usr/local/bin
   * unzip and copy to /usr/local/bin tfswitch_202012_v0.9.934
     * tar -xvvzf terraform-switcher_0.9.934_linux_amd64.tar.gz
     * cp tfswitch /usr/local/bin/tfswitch_202012_v0.9.934
   * run tfswitch and select terraform version


= Graph Terragrunt/Terraform ==
 * terragrunt/terraform graph
   * get dot tool {{{ apt install graphviz }}}
 * {{{ terragrunt graph | tee /dev/tty | dot -Tsvg -o graph-$(date -I) }}}

----
CategoryTerraform

Cloud/Terraform

= Graph Terragrunt/Terraform ==

  • terragrunt/terraform graph
    • get dot tool  apt install graphviz 

  •  terragrunt graph | tee /dev/tty | dot -Tsvg -o graph-$(date -I) 


CategoryTerraform

Cloud/Terraform (last edited 2024-04-17 03:16:35 by PieterSmit)