Skip to content

Commit

Permalink
Deprecate anonymous flag for provider configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Udit committed Jul 1, 2020
1 parent 92e99a7 commit 6e9f678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func Provider() terraform.ResourceProvider {
Type: schema.TypeBool,
Optional: true,
Description: descriptions["anonymous"],
Deprecated: "Provide a token instead",
},
},

Expand Down

0 comments on commit 6e9f678

Please sign in to comment.