1
0
mirror of synced 2025-12-25 02:14:40 -05:00

Bump refs, use https (#37)

This commit is contained in:
Riley Karson
2019-06-05 09:59:44 -07:00
committed by GitHub
parent 5f896dd55a
commit 6aebe49bb0
7 changed files with 7 additions and 7 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 = "git::git@github.com:gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.0"
# source = "github.com/gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.1"
source = "./modules/cloud-sql"
project = "${var.project}"