Skip to content

Commit

Permalink
chore: Explain peering naming convention in README (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante authored Mar 28, 2021
1 parent 18bc131 commit ffb19a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/network-peering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This module allows creation of a [VPC Network Peering](https://cloud.google.com/

The resources created/managed by this module are:

- one network peering from `local network` to `peer network`
- one network peering from `peer network` to `local network`
- one network peering from `local network` to `peer network`, which will be named `<prefix>-<local network name>-<peer network name>`
- one network peering from `peer network` to `local network`, which will be named `<prefix>-<peer network name>-<local network name>`

## Usage

Expand Down

0 comments on commit ffb19a7

Please sign in to comment.