Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

executable file
·
24 lines (15 loc) · 652 Bytes

Terraform to setup Google Cloud Platform (GCP) for ZRS project

Terraform

Allow you to create, update, delete infrastructure using code. For more information please visit Terraform website.

Install Terraform on macOS

Use homebrew. For installation instruction please visit Homebrew website.

brew install terraform

Google Cloud Provider

We will be using Google Cloud provider to interact with Google Cloud Services.

  1. Create Service Account and save the JSON file as xxx.json
  2. Copy to root of terraform directory
  3. Add *.json to .gitignore file