1
0
mirror of synced 2025-12-29 09:00:13 -05:00

Update examples/cloud-sql-mysql/main.tf

Add github address

Co-Authored-By: autero1 <petri.autero@gmail.com>
This commit is contained in:
Yoriyasu Yano
2019-02-05 20:01:12 +02:00
committed by GitHub
parent ba6ec1296d
commit 9d32dc7de1

View File

@@ -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}"