Skip to content

Commit

Permalink
fix: Dedicated interconnect README.md (terraform-google-modules#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cit authored Jul 13, 2020
1 parent 6ce065d commit 7a4109d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 3-networks/modules/dedicated_interconnect/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Dedicated interconnecte module
# Dedicated Interconnect module

This module implementes the recomendation proposed in [Establishing 99.99% Availability for Dedicated Interconnect](https://cloud.google.com/network-connectivity/docs/interconnect/tutorials/dedicated-creating-9999-availability).
This module implements the recommendation proposed in [Establishing 99.99% Availability for Dedicated Interconnect](https://cloud.google.com/network-connectivity/docs/interconnect/tutorials/dedicated-creating-9999-availability).

## Prerequisites

1. Execution of at least one of the environments in `3-networks/env/`.
1. Creation on two Cloud Routers for each Region. Both the `Restricted shared VPC` and the `Standard shared VPC` modules create two Cloud Routers for each Region that should be used as input for this module. **This module only works with two regions.**
1. Creation of two Cloud Routers for each region. Both `Restricted shared VPC` and `Standard shared VPC` modules create two Cloud Routers for each region, these routers should be used as input for this module. **This module only works with two regions.**
1. Provisioning of four [dedicated interconnects](https://cloud.google.com/network-connectivity/docs/interconnect/concepts/dedicated-overview) in the `prj-interconnect` project created in step `1-org` under folder `fldr-common`.

## Usage

Sections with examples of calls to this module are commented in each one of the environments. Uncomment these section and update the input values with your interconnects and peer BGP information and rerun Terraform.
Sections with examples of calls to this module are commented in each one of the environments. Uncomment these sections and update the input values with your interconnects and peer BGP information and rerun Terraform.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Inputs
Expand Down

0 comments on commit 7a4109d

Please sign in to comment.