Terraform

From OasisSoftTech.com - Knowledge Base/Java/Springframework/Microservices/Cloud-AWS/AI
Jump to: navigation, search


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.