Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer Gateway: you can either create a new CGW or use an existing one #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

trungnguyen
Copy link
Contributor

My use case is I have a single Customer Gateway (CGW) on-premises, but I have multiple VPCs.
I'd like to use the CGW to create multiple VPNs to the VPCs.

This pull request is to allow to use an existing CGW

- `ip_address` - The IP address of the gateway's Internet-routable external interface.
- `bgp_asn` - BGP Autonomous System Number. If BGP is not in use, then by convention set this value to 65000.
- Customer Gateway (CGW): you can use an existing CGW or you can create a new CGW
- To use existing CGW: pass the CGW ID in `customer_gateway_id`. In this case `ip_address` and `bagp_asn` are not relevant and not used
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix spelling in bgp_asn

jammycakes added a commit to jammycakes-ukpds/tf_aws_customer_gw that referenced this pull request Aug 18, 2017
…odules#2.

This also removes some trailing whitespace from one line in the readme
file.
Copy link
Member

@sclausson sclausson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trungnguyen Please resolve merge conflicts and resubmit, and I will do my best to get them merged asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants