You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ No modules.
57
57
| <aname="input_expires_on"></a> [expires\_on](#input\_expires\_on)| The expiration time on or after which the token MUST NOT be accepted for processing. If not specified, the token will not expire. |`string`|`""`| no |
58
58
| <aname="input_jurisdiction"></a> [jurisdiction](#input\_jurisdiction)| Jurisdiction of R2 buckets |`string`|`"default"`| no |
59
59
| <aname="input_not_before"></a> [not\_before](#input\_not\_before)| The time before which the token MUST NOT be accepted for processing. If not specified, the token will be valid immediately. |`string`|`""`| no |
60
+
| <aname="input_status"></a> [status](#input\_status)| Status of the API token. Can be 'active' or 'disabled'. Defaults to 'active'. |`string`|`"active"`| no |
60
61
| <aname="input_token_name"></a> [token\_name](#input\_token\_name)| Name of the API token.<br/>If none given then the fomart is: `R2-<comma separated names>-<Read if 'bucket-read'>-<Write if 'bucket-write'>`|`string`|`""`| no |
0 commit comments