Terraform

Revision as of 15:09, 15 April 2019 by Rasimsen (talk | contribs) (Created page with " download & source : https://learn.hashicorp.com/terraform/getting-started/build when you download, define terraform address that you downloaded place as a PATH variable Ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


download & source : https://learn.hashicorp.com/terraform/getting-started/build

when you download, define terraform address that you downloaded place as a PATH variable

MacOs setting :

$ ~
$ ls -la
$ vi .bash_profile
  export PATH="$PATH:~/Downloads"

$ source .bash_profile
$ terraform --version

download intelli j plugin as well.