Skip to content

Commit

Permalink
πŸ“ Fix doc for cloudflare#1792
Browse files Browse the repository at this point in the history
  • Loading branch information
ouranos committed Jul 25, 2022
1 parent 5c66957 commit db5d1d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/resources/api_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ resource "cloudflare_api_token" "api_token_create" {
resources = {
"com.cloudflare.api.user.${var.user_id}" = "*"
}
not_before = "2018-07-01T05:20:00Z"
expires_on = "2020-01-01T00:00:00Z"
}
condition {
Expand Down Expand Up @@ -144,6 +146,8 @@ resource "cloudflare_api_token" "dns_edit_all_account" {
### Optional

- `condition` (Block List, Max: 1) Conditions under which the token should be considered valid. (see [below for nested schema](#nestedblock--condition))
- `expires_on` (String) The expiration time on or after which the token MUST NOT be accepted for processing.
- `not_before` (String) The time before which the token MUST NOT be accepted for processing.

### Read-Only

Expand Down

0 comments on commit db5d1d9

Please sign in to comment.