Skip to content

Commit 0bdd2cf

Browse files
committed
Fix typo in readme as requested in pull request terraform-community-modules#2.
This also removes some trailing whitespace from one line in the readme file.
1 parent 416832d commit 0bdd2cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Module Input Variables
99
- `name` - Unique name used to label the VPN Gateway and Customer Gateway.
1010
- `vpn_gateway_id` - VPN Gateway to associate with Customer Gateway and VPN Connection.
1111
- Customer Gateway (CGW): you can use an existing CGW or you can create a new CGW
12-
- 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
12+
- To use existing CGW: pass the CGW ID in `customer_gateway_id`. In this case `ip_address` and `bgp_asn` are not relevant and not used
1313
- To create a new CGW: leave `customer_gateway_id` as "", and specify 2 variables below:
1414
- `ip_address` - The IP address of the gateway's Internet-routable external interface.
1515
- `bgp_asn` - BGP Autonomous System Number. If BGP is not in use, then by convention set this value to 65000.
@@ -19,7 +19,7 @@ Module Input Variables
1919
- `static_routes_only` - Determines whether routes learned from BGP will be propagated to route tables. If set to true, you must have vgw route propagation enabled on route tables, and of course you must be running BGP. Accepts true or false.
2020
- `add_static_routes_to_tables` - Determines whether static routes will be added to all route tables in route_table_ids list or if vgw route propagation will be used instead. If set to true, then route_table_ids, route_table_count, and destination_cidr_blocks must also be provided.
2121

22-
Usage
22+
Usage
2323
-----
2424
```js
2525
module "vpc" {

0 commit comments

Comments
 (0)