Allow you to create, update, delete infrastructure using code. For more information please visit Terraform website.
Use homebrew
. For installation instruction please visit Homebrew website.
brew install terraform
We will be using Google Cloud provider to interact with Google Cloud Services.
- Create Service Account and save the JSON file as
xxx.json
- Copy to
root
of terraform directory - Add
*.json
to.gitignore
file