Skip to content

apavamontri/gcp-terraform-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This the terraform script I wrote in 2018 to create GCP VPC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages