Skip to content

Commit

Permalink
feat: Set vpn_connection_customer_gateway_configuration output to `…
Browse files Browse the repository at this point in the history
…sensitive = true` (#83)
  • Loading branch information
stefan-matic authored Jan 27, 2023
1 parent 117f3b3 commit cd02770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ output "vpn_connection_customer_gateway_configuration" {
aws_vpn_connection.preshared[0].customer_gateway_configuration,
aws_vpn_connection.tunnel_preshared[0].customer_gateway_configuration,
"")
sensitive = true
}

output "tunnel1_preshared_key" {
Expand Down

0 comments on commit cd02770

Please sign in to comment.