Add a cloudsql instance.
This commit is contained in:
@@ -241,3 +241,11 @@ output "gke_connect_command" {
|
||||
description = "Command to run to connect to the kubernetes cluster."
|
||||
value = "gcloud container clusters get-credentials ${google_container_cluster.primary.name} --region ${var.region} --project ${var.project}"
|
||||
}
|
||||
|
||||
#################### SQL ##################################
|
||||
|
||||
module "cloudsql" {
|
||||
source = "../modules/cloudsql"
|
||||
project = var.project
|
||||
region = var.region
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user