Skip to content

Commit bbf53bf

Browse files
jacobbednarzstainless-app[bot]
authored andcommittedFeb 13, 2025
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

+24
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

+2-2
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

0 commit comments

Comments
 (0)
Please sign in to comment.