Skip to content

Commit

Permalink
Merge pull request #391 from rollbar/pawel/make_access_token_sensitive
Browse files Browse the repository at this point in the history
making project access token sensitive
  • Loading branch information
pawelsz-rb authored Mar 22, 2024
2 parents c2128ac + f67f8dd commit 06ebfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollbar/resource_project_access_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func resourceProjectAccessToken() *schema.Resource {
Description: "Access token for Rollbar API",
Type: schema.TypeString,
Computed: true,
Sensitive: true,
},
"date_created": {
Description: "Date the project was created",
Expand Down

0 comments on commit 06ebfc8

Please sign in to comment.