Skip to content

Commit

Permalink
add sensitive tag to access_token output (#4653) (#8837)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Apr 5, 2021
1 parent b00c318 commit 01b9d53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/4653.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ data "google_service_account_access_token" "default" {
output "access_token" {
value = data.google_service_account_access_token.default.access_token
sensitive = true
}
`, targetServiceAccountID)
}

0 comments on commit 01b9d53

Please sign in to comment.