Skip to content

Commit bbf53bf

Browse files
jacobbednarzstainless-app[bot]
authored andcommitted
docs: regenerate
1 parent d91aee1 commit bbf53bf

File tree

61 files changed

+841
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+841
-81
lines changed

docs/data-sources/account_subscription.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,28 @@ data "cloudflare_account_subscription" "example_account_subscription" {
2424

2525
- `account_id` (String) Identifier
2626

27+
### Read-Only
28+
29+
- `currency` (String) The monetary unit in which pricing information is displayed.
30+
- `current_period_end` (String) The end of the current period and also when the next billing is due.
31+
- `current_period_start` (String) When the current billing period started. May match initial_period_start if this is the first period.
32+
- `frequency` (String) How often the subscription is renewed automatically.
33+
- `id` (String) Subscription identifier tag.
34+
- `price` (Number) The price of the subscription that will be billed, in US dollars.
35+
- `rate_plan` (Attributes) The rate plan applied to the subscription. (see [below for nested schema](#nestedatt--rate_plan))
36+
- `state` (String) The state that the subscription is in.
37+
38+
<a id="nestedatt--rate_plan"></a>
39+
### Nested Schema for `rate_plan`
40+
41+
Read-Only:
42+
43+
- `currency` (String) The currency applied to the rate plan subscription.
44+
- `externally_managed` (Boolean) Whether this rate plan is managed externally from Cloudflare.
45+
- `id` (String) The ID of the rate plan.
46+
- `is_contract` (Boolean) Whether a rate plan is enterprise-based (or newly adopted term contract).
47+
- `public_name` (String) The full name of the rate plan.
48+
- `scope` (String) The scope that this rate plan applies to.
49+
- `sets` (List of String) The list of sets this rate plan applies to.
50+
2751

docs/data-sources/api_shield.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_api_shield" "example_api_shield" {
16-
zone_id = "zone_id"
16+
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
properties = ["auth_id_characteristics"]
1818
}
1919
```
@@ -23,7 +23,7 @@ data "cloudflare_api_shield" "example_api_shield" {
2323

2424
### Required
2525

26-
- `zone_id` (String)
26+
- `zone_id` (String) Identifier
2727

2828
### Optional
2929

docs/data-sources/api_shield_discovery_operations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_api_shield_discovery_operations" "example_api_shield_discovery_operations" {
16-
zone_id = "zone_id"
16+
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
diff = true
1818
direction = "asc"
1919
endpoint = "/api/v1"
@@ -30,7 +30,7 @@ data "cloudflare_api_shield_discovery_operations" "example_api_shield_discovery_
3030

3131
### Required
3232

33-
- `zone_id` (String)
33+
- `zone_id` (String) Identifier
3434

3535
### Optional
3636

@@ -61,7 +61,7 @@ Read-Only:
6161
- `endpoint` (String) The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with {varN}, starting with {var1}, during insertion. This will further be Cloudflare-normalized upon insertion. See: https://developers.cloudflare.com/rules/normalization/how-it-works/.
6262
- `features` (Attributes) (see [below for nested schema](#nestedatt--result--features))
6363
- `host` (String) RFC3986-compliant host.
64-
- `id` (String)
64+
- `id` (String) UUID
6565
- `last_updated` (String)
6666
- `method` (String) The HTTP method used to access the endpoint.
6767
- `origin` (List of String) API discovery engine(s) that discovered this operation

docs/data-sources/api_shield_operation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_api_shield_operation" "example_api_shield_operation" {
16-
zone_id = "zone_id"
16+
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
operation_id = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415"
1818
feature = ["thresholds"]
1919
}
@@ -24,7 +24,7 @@ data "cloudflare_api_shield_operation" "example_api_shield_operation" {
2424

2525
### Required
2626

27-
- `zone_id` (String)
27+
- `zone_id` (String) Identifier
2828

2929
### Optional
3030

@@ -162,7 +162,7 @@ Read-Only:
162162
Read-Only:
163163

164164
- `created_at` (String)
165-
- `id` (String)
165+
- `id` (String) UUID
166166
- `is_learned` (Boolean) True if schema is Cloudflare-provided.
167167
- `name` (String) Schema file name.
168168

docs/data-sources/api_shield_operation_schema_validation_settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_api_shield_operation_schema_validation_settings" "example_api_shield_operation_schema_validation_settings" {
16-
zone_id = "zone_id"
16+
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
operation_id = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415"
1818
}
1919
```
@@ -24,7 +24,7 @@ data "cloudflare_api_shield_operation_schema_validation_settings" "example_api_s
2424
### Required
2525

2626
- `operation_id` (String) UUID
27-
- `zone_id` (String)
27+
- `zone_id` (String) Identifier
2828

2929
### Read-Only
3030

docs/data-sources/api_shield_operations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_api_shield_operations" "example_api_shield_operations" {
16-
zone_id = "zone_id"
16+
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
direction = "asc"
1818
endpoint = "/api/v1"
1919
feature = ["thresholds"]
@@ -28,7 +28,7 @@ data "cloudflare_api_shield_operations" "example_api_shield_operations" {
2828

2929
### Required
3030

31-
- `zone_id` (String)
31+
- `zone_id` (String) Identifier
3232

3333
### Optional
3434

@@ -54,7 +54,7 @@ Read-Only:
5454
- `host` (String) RFC3986-compliant host.
5555
- `last_updated` (String)
5656
- `method` (String) The HTTP method used to access the endpoint.
57-
- `operation_id` (String)
57+
- `operation_id` (String) UUID
5858

5959
<a id="nestedatt--result--features"></a>
6060
### Nested Schema for `result.features`
@@ -164,7 +164,7 @@ Read-Only:
164164
Read-Only:
165165

166166
- `created_at` (String)
167-
- `id` (String)
167+
- `id` (String) UUID
168168
- `is_learned` (Boolean) True if schema is Cloudflare-provided.
169169
- `name` (String) Schema file name.
170170

docs/data-sources/api_shield_schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_api_shield_schema" "example_api_shield_schema" {
16-
zone_id = "zone_id"
16+
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
schema_id = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415"
1818
omit_source = true
1919
}
@@ -24,7 +24,7 @@ data "cloudflare_api_shield_schema" "example_api_shield_schema" {
2424

2525
### Required
2626

27-
- `zone_id` (String)
27+
- `zone_id` (String) Identifier
2828

2929
### Optional
3030

docs/data-sources/api_shield_schema_validation_settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_api_shield_schema_validation_settings" "example_api_shield_schema_validation_settings" {
16-
zone_id = "zone_id"
16+
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
}
1818
```
1919

@@ -22,7 +22,7 @@ data "cloudflare_api_shield_schema_validation_settings" "example_api_shield_sche
2222

2323
### Required
2424

25-
- `zone_id` (String)
25+
- `zone_id` (String) Identifier
2626

2727
### Read-Only
2828

docs/data-sources/api_shield_schemas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_api_shield_schemas" "example_api_shield_schemas" {
16-
zone_id = "zone_id"
16+
zone_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
validation_enabled = true
1818
}
1919
```
@@ -23,7 +23,7 @@ data "cloudflare_api_shield_schemas" "example_api_shield_schemas" {
2323

2424
### Required
2525

26-
- `zone_id` (String)
26+
- `zone_id` (String) Identifier
2727

2828
### Optional
2929

@@ -43,7 +43,7 @@ Read-Only:
4343
- `created_at` (String)
4444
- `kind` (String) Kind of schema
4545
- `name` (String) Name of the schema
46-
- `schema_id` (String)
46+
- `schema_id` (String) UUID
4747
- `source` (String) Source of the schema
4848
- `validation_enabled` (Boolean) Flag whether schema is enabled for validation.
4949

docs/data-sources/api_token_permissions_groups.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ data "cloudflare_api_token_permissions_groups" "example_api_token_permissions_gr
2424

2525
- `account_id` (String) Account identifier tag.
2626

27+
### Read-Only
28+
29+
- `id` (String) Public ID.
30+
- `name` (String) Permission Group Name
31+
- `scopes` (List of String) Resources to which the Permission Group is scoped
32+
2733

0 commit comments

Comments
 (0)