Skip to content

Commit

Permalink
upstream fixes for site-to-site-vpn (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbentwo authored Oct 8, 2024
1 parent e96c914 commit 81093f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/site-to-site-vpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ atmos terraform apply site-to-site-vpn -s <stack>
| Name | Source | Version |
|------|--------|---------|
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../account-map/modules/iam-roles | n/a |
| <a name="module_site_to_site_vpn"></a> [site\_to\_site\_vpn](#module\_site\_to\_site\_vpn) | cloudposse/vpn-connection/aws | 1.3.1 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
| <a name="module_vpc"></a> [vpc](#module\_vpc) | cloudposse/stack-config/yaml//modules/remote-state | 1.5.0 |
| <a name="module_vpn_connection"></a> [vpn\_connection](#module\_vpn\_connection) | cloudposse/vpn-connection/aws | 1.3.1 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/site-to-site-vpn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ locals {
) : null
}

module "site_to_site_vpn" {
module "vpn_connection" {
source = "cloudposse/vpn-connection/aws"
version = "1.3.1"

Expand Down
1 change: 0 additions & 1 deletion modules/site-to-site-vpn/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ variable "vpn_gateway_amazon_side_asn" {
type = number
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"
default = null
nullable = false
}

variable "vpn_connection_static_routes_only" {
Expand Down

0 comments on commit 81093f4

Please sign in to comment.