Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 26, 2022
1 parent 85879d5 commit dcab35e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions vpn-transit-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ To download the configuration, follow these directions [page 24 from AWS docs](h
module "vpn_transit-gateway" {
source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//vpn-transit-gateway"
create = true
transit_gateway_id = "tgw-12345678"
vpc_id = "vpc-1234568"
vpc_full_name = "vpc2-dice-dev"
transit_gateway_id = "tgw-12345678"
tgw_environment = "dev"
vpn_settings = [
{ site = "hq", environment = "dev", sequence = 1, "bgp_asn_id" = 65510, "ip_address" = "148.129.160.100" },
{ site = "bcc", environment = "dev", sequence = 1, "bgp_asn_id" = 65511, "ip_address" = "148.129.90.100" },
]
tgw_route_table_association = "tgw-rtb-123123123123"
tgw_route_table_propagation = [ "tgw-rtb-123123123123", "tgw-rtb-234234234234" ]
tags = {}
# optional
Expand Down
5 changes: 3 additions & 2 deletions vpn-transit-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
* module "vpn_transit-gateway" {
* source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//vpn-transit-gateway"
* create = true
* transit_gateway_id = "tgw-12345678"
* vpc_id = "vpc-1234568"
* vpc_full_name = "vpc2-dice-dev"
* transit_gateway_id = "tgw-12345678"
* tgw_environment = "dev"
* vpn_settings = [
* { site = "hq", environment = "dev", sequence = 1, "bgp_asn_id" = 65510, "ip_address" = "148.129.160.100" },
* { site = "bcc", environment = "dev", sequence = 1, "bgp_asn_id" = 65511, "ip_address" = "148.129.90.100" },
* ]
* tgw_route_table_association = "tgw-rtb-123123123123"
* tgw_route_table_propagation = [ "tgw-rtb-123123123123", "tgw-rtb-234234234234" ]
* tags = {}
*
* # optional
Expand Down

0 comments on commit dcab35e

Please sign in to comment.