From eb96515fdd9f8a6adae5bd44c15adb9e1f0e06fd Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Wed, 5 Feb 2020 10:53:23 -0500 Subject: [PATCH] Fix: Correct link to module in README (#27) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55164d8..e64909a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The current version is 2.X. The following guides are available to assist with up ```hcl module "gce-ilb" { - source = "terraform-google-modules/lb-internal/google" + source = "GoogleCloudPlatform/lb-internal/google" version = "~> 2.0" region = var.region name = "group2-ilb"