Skip to content

Commit

Permalink
Allow rate limit to be set (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fa93hws authored Dec 2, 2019
1 parent 5ba3dbb commit a2b4df1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sentry/resource_sentry_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@ func resourceSentryKey() *schema.Resource {
},
"rate_limit_window": {
Type: schema.TypeInt,
Computed: true,
Description: "time window in second for rate_limit_count",
Optional: true,
},
"rate_limit_count": {
Type: schema.TypeInt,
Computed: true,
Description: "rate limit for the key in rate_limit_window time",
Optional: true,
},
Expand Down

0 comments on commit a2b4df1

Please sign in to comment.