/gcp-config

Check & Config Google Cloud SDK

Primary LanguageMakefileApache License 2.0Apache-2.0

Check & Config Cloud SDK

This project form a base for working on Google Cloud Platform.

It use a Makefile for:

Prerequisites

  1. Setup Google Account and Tools

    Create a gcloud configuration by:

    $ gcloud init
    
  2. Install Terraform

    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