Skip to content

Commit

Permalink
change output vpn_label to vpn_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 4, 2021
1 parent 89df827 commit a7d8654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ No modules.

| Name | Description |
|------|-------------|
| <a name="output_vpn_label"></a> [vpn\_label](#output\_vpn\_label) | VPN Label for Description field of Endpoint device (Cisco ASR) |
| <a name="output_vpn_labels"></a> [vpn\_labels](#output\_vpn\_labels) | VPN Labels for Description field of Endpoint device (Cisco ASR) |
| <a name="output_vpn_tunnel_endpoints"></a> [vpn\_tunnel\_endpoints](#output\_vpn\_tunnel\_endpoints) | VPN Tunnel Endpoint IP Addresses |
4 changes: 2 additions & 2 deletions vpn/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ output "vpn_tunnel_endpoints" {
}
}

output "vpn_label" {
description = "VPN Label for Description field of Endpoint device (Cisco ASR)"
output "vpn_labels" {
description = "VPN Labels for Description field of Endpoint device (Cisco ASR)"
value = { for k in keys(local.vpn_settings) : k => {
site = k
label = format("aws:%v:%v:%v:%v", local.region, local.account_id, aws_vpn_connection.vpn[k].id, var.vpc_full_name)
Expand Down

0 comments on commit a7d8654

Please sign in to comment.