Skip to content

Commit

Permalink
feat: add sensitive output for api key
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Oct 10, 2023
1 parent ab321c1 commit 17ca790
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/iam-application/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ output "updated_at" {
output "editable" {
value = scaleway_iam_application.this.editable
}

output "api_key" {
value = scaleway_iam_api_key.this
sensitive = true
}

0 comments on commit 17ca790

Please sign in to comment.