Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 788 Bytes

File metadata and controls

26 lines (17 loc) · 788 Bytes

Sample CloudSQL deployment on GCP using config connector

Description

This repositry shares :

  • Terraform and Terragrunt code to provision the base infrastructure in GCP Cloud
  • config connector manifests required to provison CloudSQL Instance, Database and login

Prerequisites:

Please have the below installed on your WSL

  • Install terraform
  • Install terragrunt
  • Install Docker
  • Install gcloud cli (for GCP)

Usage

References