Skip to content

Commit

Permalink
marking test outputs as sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
dcreado committed Oct 17, 2024
1 parent 746985d commit bdae1fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/provider/constants_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ output "api_key" {
value = authlete_service.prod.id
}
output "api_secret" {
sensitive = true
value = authlete_service.prod.api_secret
}
`
Expand Down Expand Up @@ -185,6 +186,7 @@ output "api_key" {
value = authlete_service.complete_described.id
}
output "api_secret" {
sensitive = true
value = authlete_service.complete_described.api_secret
}
`
Expand Down Expand Up @@ -402,6 +404,7 @@ output "api_key" {
value = authlete_service.complete_described.id
}
output "api_secret" {
sensitive = true
value = authlete_service.complete_described.api_secret
}
`
Expand Down Expand Up @@ -572,6 +575,7 @@ output "api_key" {
value = authlete_service.complete_described.id
}
output "api_secret" {
sensitive = true
value = authlete_service.complete_described.api_secret
}
`
Expand Down Expand Up @@ -749,6 +753,7 @@ output "api_key" {
value = authlete_service.complete_described.id
}
output "api_secret" {
sensitive = true
value = authlete_service.complete_described.api_secret
}
`
Expand Down Expand Up @@ -776,6 +781,7 @@ output "api_key" {
value = authlete_service.prod.id
}
output "api_secret" {
sensitive = true
value = authlete_service.prod.api_secret
}
`
Expand Down

0 comments on commit bdae1fa

Please sign in to comment.