Check & Config Cloud SDK
This project form a base for working on Google Cloud Platform.
It use a Makefile for:
- check and update Google Cloud SDK installation
- check Terraform and Jq installation
- config gcloud
-
Setup Google Account and Tools
Create a gcloud configuration by:
$ gcloud init
-
We'll use Terraform as the main codification tool for building platform.
Config Cloud SDK
First edit env.sh and validate all the env values for the project.
$ source env.sh
$ make
Reference: Google Cloud SDK Configurations