Skip to content

Commit

Permalink
Merge pull request DataDog#78 from terraform-providers/massi/deprecat…
Browse files Browse the repository at this point in the history
…e-role

Deprecated role for user resource
  • Loading branch information
masci authored Jul 11, 2018
2 parents 521d407 + 8c10959 commit 2213176
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions datadog/resource_datadog_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ func resourceDatadogUser() *schema.Resource {
Required: true,
},
"role": {
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Optional: true,
Deprecated: "This parameter was removed from the API and has no effect",
},
"verified": {
Type: schema.TypeBool,
Expand Down

0 comments on commit 2213176

Please sign in to comment.