Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
set project_access_token.project_id to TypeString
Browse files Browse the repository at this point in the history
  • Loading branch information
davidji99 committed May 31, 2021
1 parent 269f970 commit 69e00ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollbar/resource_rollbar_project_access_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func resourceRollbarProjectAccessToken() *schema.Resource {

Schema: map[string]*schema.Schema{
"project_id": {
Type: schema.TypeInt,
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
Expand Down

0 comments on commit 69e00ba

Please sign in to comment.