Skip to content

Commit

Permalink
Merge pull request #106 from averbuks/averbuks-network-peering
Browse files Browse the repository at this point in the history
Fix network-peering readme
  • Loading branch information
morgante authored Nov 13, 2019
2 parents 8368373 + f821f81 commit 8b4d3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network-peering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "peering-a-c" {
local_network = "<A NETWORK SELF LINK>"
peer_network = "<C NETWORK SELF LINK>"
module_depends_on = module.peering-a-b.complete
module_depends_on = [module.peering-a-b.complete]
}
```

Expand Down

0 comments on commit 8b4d3e9

Please sign in to comment.