From 9d32dc7de123dfaa5580f33c2a412a64e2edffef Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Tue, 5 Feb 2019 20:01:12 +0200 Subject: [PATCH] Update examples/cloud-sql-mysql/main.tf Add github address Co-Authored-By: autero1 --- examples/cloud-sql-mysql/main.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/cloud-sql-mysql/main.tf b/examples/cloud-sql-mysql/main.tf index 27c2ab9..2d629b7 100644 --- a/examples/cloud-sql-mysql/main.tf +++ b/examples/cloud-sql-mysql/main.tf @@ -10,6 +10,9 @@ terraform { } module "mysql" { + # 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/mysql?ref=v0.1.0" source = "../../modules/mysql" project = "${var.project}"