Skip to content

Commit

Permalink
Mark 'full_client_configuration' output as sensitive value (#47)
Browse files Browse the repository at this point in the history
* Mark 'full_client_configuration' output as sensitive value

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Matt Gowie <[email protected]>
  • Loading branch information
3 people authored Jul 21, 2022
1 parent 964e005 commit 32c2f26
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 @@ -32,4 +32,5 @@ output "full_client_configuration" {
}
) : ""
description = "Client configuration including client certificate and private key"
sensitive = true
}

0 comments on commit 32c2f26

Please sign in to comment.