Skip to content

Commit

Permalink
Merge pull request #3196 from alphagov/184917692-remove-aws-vpns
Browse files Browse the repository at this point in the history
[#184917692] Remove AWS vpns
  • Loading branch information
risicle committed May 19, 2023
2 parents 1da346f + 129c121 commit 31490b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
24 changes: 0 additions & 24 deletions terraform/prod-lon.vpn.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,2 @@
[
{
"name": "bjss-prod-vpn",
"aws_customer_gateway": {
"bgp_asn": 65000,
"ip_address": "20.254.38.220"
},
"aws_vpn_connection": {
"destination_cidr_blocks": [
"172.28.32.0/21"
]
}
},
{
"name": "bjss-pre-prod-vpn",
"aws_customer_gateway": {
"bgp_asn": 65000,
"ip_address": "51.11.166.6"
},
"aws_vpn_connection": {
"destination_cidr_blocks": [
"172.28.24.0/21"
]
}
}
]
12 changes: 0 additions & 12 deletions terraform/stg-lon.vpn.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
[
{
"name": "test-vpn1",
"aws_customer_gateway": {
"bgp_asn": 65000,
"ip_address": "35.177.73.214"
},
"aws_vpn_connection": {
"destination_cidr_blocks": [
"172.20.0.0/24"
]
}
}
]

0 comments on commit 31490b0

Please sign in to comment.