Skip to content

Commit

Permalink
making project access token sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsz-rb committed Mar 22, 2024
1 parent c2128ac commit f67f8dd
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 f67f8dd

Please sign in to comment.