Skip to content

Commit 81093f4

Browse files
authored
upstream fixes for site-to-site-vpn (#1147)
1 parent e96c914 commit 81093f4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

modules/site-to-site-vpn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ atmos terraform apply site-to-site-vpn -s <stack>
136136
| Name | Source | Version |
137137
|------|--------|---------|
138138
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
139-
| <a name="module_site_to_site_vpn"></a> [site\_to\_site\_vpn](#module\_site\_to\_site\_vpn) | cloudposse/vpn-connection/aws | 1.3.1 |
140139
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
141140
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
141+
| <a name="module_vpn_connection"></a> [vpn\_connection](#module\_vpn\_connection) | cloudposse/vpn-connection/aws | 1.3.1 |
142142

143143
## Resources
144144

modules/site-to-site-vpn/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ locals {
1515
) : null
1616
}
1717

18-
module "site_to_site_vpn" {
18+
module "vpn_connection" {
1919
source = "cloudposse/vpn-connection/aws"
2020
version = "1.3.1"
2121

modules/site-to-site-vpn/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ variable "vpn_gateway_amazon_side_asn" {
2727
type = number
2828
description = "The Autonomous System Number (ASN) for the Amazon side of the VPN Gateway. If you don't specify an ASN, the Virtual Private Gateway is created with the default ASN"
2929
default = null
30-
nullable = false
3130
}
3231

3332
variable "vpn_connection_static_routes_only" {

0 commit comments

Comments
 (0)