Skip to content

Commit

Permalink
add ouptut for vpn labels
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 6, 2022
1 parent 3c6c2e2 commit 9d9cf68
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions vpn-transit-gateway/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,15 @@ output "vpn_labels" {
environment = v.vpn_environment
sequence = v.sequence
# label = format("aws:%v:%v:%v:%v", local.region, local.account_id, aws_vpn_connection.vpn[k].id, v.label)
label = v.label
tunnel1_label = v.tunnel1_label
tunnel2_label = v.tunnel2_label
label = v.label
tunnel1_label = v.tunnel1_label
tunnel2_label = v.tunnel2_label
tunnel1_interface_number = v.tunnel1_interface_number
tunnel2_interface_number = v.tunnel2_interface_number
tunnel1_track_number = v.tunnel1_track_number
tunnel2_track_number = v.tunnel2_track_number
tunnel1_loopback = v.tunnel1_loopback
tunnel2_loopback = v.tunnel2_loopback
}
}
}
Expand Down

0 comments on commit 9d9cf68

Please sign in to comment.