Skip to content

Commit 8b4d3e9

Browse files
authored
Merge pull request #106 from averbuks/averbuks-network-peering
Fix network-peering readme
2 parents 8368373 + f821f81 commit 8b4d3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/network-peering/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module "peering-a-c" {
3939
local_network = "<A NETWORK SELF LINK>"
4040
peer_network = "<C NETWORK SELF LINK>"
4141
42-
module_depends_on = module.peering-a-b.complete
42+
module_depends_on = [module.peering-a-b.complete]
4343
}
4444
```
4545

0 commit comments

Comments
 (0)