Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 6aebe49

Browse files
authored
Bump refs, use https (#37)
1 parent 5f896dd commit 6aebe49

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/mysql-private-ip/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {
6868
module "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}"

examples/mysql-public-ip/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ locals {
3838
module "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}"

examples/mysql-replicas/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ locals {
4040
module "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}"

examples/postgres-private-ip/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {
6868
module "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}"

examples/postgres-public-ip/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ locals {
3838
module "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}"

examples/postgres-replicas/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ locals {
4040
module "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}"

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ resource "google_service_networking_connection" "private_vpc_connection" {
6868
module "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}"

0 commit comments

Comments
 (0)