From c313a3021ee7c7605750cf846d9bac317fd4598f Mon Sep 17 00:00:00 2001 From: Olivier Cervello Date: Fri, 8 Nov 2019 13:54:02 +0100 Subject: [PATCH] Fix README typo in module source URL --- modules/fabric-net-firewall/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fabric-net-firewall/README.md b/modules/fabric-net-firewall/README.md index f34555ef..b65ed7ea 100644 --- a/modules/fabric-net-firewall/README.md +++ b/modules/fabric-net-firewall/README.md @@ -41,7 +41,7 @@ Basic usage of this module is as follows: ```hcl module "net-firewall" { - source = "terraform-google-modules/terraform-google-network/google//modules/fabric-net-firewall" + source = "terraform-google-modules/network/google//modules/fabric-net-firewall" project_id = "my-project" network = "my-vpc" internal_ranges_enabled = true