This repository was archived by the owner on Mar 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {
6868module "mysql" {
6969 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
7070 # to a specific version of the modules, such as the following example:
71- # source = "git::git@ github.com: gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.0 "
71+ # source = "github.com/ gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.1 "
7272 source = " ../../modules/cloud-sql"
7373
7474 project = " ${ var . project } "
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ locals {
3838module "mysql" {
3939 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
4040 # to a specific version of the modules, such as the following example:
41- # source = "git::git@ github.com: gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.0 "
41+ # source = "github.com/ gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.1 "
4242 source = " ../../modules/cloud-sql"
4343
4444 project = " ${ var . project } "
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ locals {
4040module "mysql" {
4141 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
4242 # to a specific version of the modules, such as the following example:
43- # source = "git::git@ github.com: gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.0 "
43+ # source = "github.com/ gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.1 "
4444 source = " ../../modules/cloud-sql"
4545
4646 project = " ${ var . project } "
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {
6868module "postgres" {
6969 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
7070 # to a specific version of the modules, such as the following example:
71- # source = "git::git@ github.com: gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.0 "
71+ # source = "github.com/ gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.1 "
7272 source = " ../../modules/cloud-sql"
7373
7474 project = " ${ var . project } "
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ locals {
3838module "postgres" {
3939 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
4040 # to a specific version of the modules, such as the following example:
41- # source = "git::git@ github.com: gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.0 "
41+ # source = "github.com/ gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.1 "
4242 source = " ../../modules/cloud-sql"
4343
4444 project = " ${ var . project } "
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ locals {
4040module "postgres" {
4141 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
4242 # to a specific version of the modules, such as the following example:
43- # source = "git::git@ github.com: gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.0 "
43+ # source = "github.com/ gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.1 "
4444 source = " ../../modules/cloud-sql"
4545
4646 project = " ${ var . project } "
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {
6868module "postgres" {
6969 # When using these modules in your own templates, you will need to use a Git URL with a ref attribute that pins you
7070 # to a specific version of the modules, such as the following example:
71- # source = "git::git@ github.com: gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.0 "
71+ # source = "github.com/ gruntwork-io/terraform-google-sql.git//modules/cloud-sql?ref=v0.1.1 "
7272 source = " ./modules/cloud-sql"
7373
7474 project = " ${ var . project } "
You can’t perform that action at this time.
0 commit comments