1
0
mirror of synced 2025-12-19 18:05:44 -05:00

fix a few issues from the tests. bump version in docs

This commit is contained in:
Rob Morgan
2019-06-25 16:42:31 +02:00
parent 7713a67db3
commit bb152b218d
6 changed files with 52 additions and 52 deletions

View File

@@ -68,7 +68,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {
module "postgres" {
# When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
# to a specific version of the modules, such as the following example:
# source = "github.com/gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.1"
# source = "github.com/gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.2.0"
source = "../../modules/cloud-sql"
project = "${var.project}"