Skip to content

Commit 3633c47

Browse files
committed
Generate docs for v5.6.0
1 parent 6f3f1cb commit 3633c47

File tree

70 files changed

+675
-262
lines changed

Some content is hidden

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

70 files changed

+675
-262
lines changed

docs/data-sources/account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_account" "example_account" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
}
1818
```
1919

docs/data-sources/account_api_token_permission_groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_account_api_token_permission_groups" "example_account_api_token_permission_groups" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
}
1818
```
1919

docs/data-sources/account_api_token_permission_groups_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_account_api_token_permission_groups_list" "example_account_api_token_permission_groups_list" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
}
1818
```
1919

docs/data-sources/account_member.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_account_member" "example_account_member" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
member_id = "4536bcfad5faccb111b47003c79917fa"
1818
}
1919
```
@@ -68,9 +68,9 @@ Available values: "allow", "deny".
6868

6969
Read-Only:
7070

71-
- `id` (String) Identifier of the group.
71+
- `id` (String) Identifier of the permission group.
7272
- `meta` (Attributes) Attributes associated to the permission group. (see [below for nested schema](#nestedatt--policies--permission_groups--meta))
73-
- `name` (String) Name of the group.
73+
- `name` (String) Name of the permission group.
7474

7575
<a id="nestedatt--policies--permission_groups--meta"></a>
7676
### Nested Schema for `policies.permission_groups.meta`
@@ -87,7 +87,7 @@ Read-Only:
8787

8888
Read-Only:
8989

90-
- `id` (String) Identifier of the group.
90+
- `id` (String) Identifier of the resource group.
9191
- `meta` (Attributes) Attributes associated to the resource group. (see [below for nested schema](#nestedatt--policies--resource_groups--meta))
9292
- `name` (String) Name of the resource group.
9393
- `scope` (Attributes List) The scope associated to the resource group (see [below for nested schema](#nestedatt--policies--resource_groups--scope))

docs/data-sources/account_members.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_account_members" "example_account_members" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
direction = "desc"
1818
order = "status"
1919
status = "accepted"
@@ -69,9 +69,9 @@ Available values: "allow", "deny".
6969

7070
Read-Only:
7171

72-
- `id` (String) Identifier of the group.
72+
- `id` (String) Identifier of the permission group.
7373
- `meta` (Attributes) Attributes associated to the permission group. (see [below for nested schema](#nestedatt--result--policies--permission_groups--meta))
74-
- `name` (String) Name of the group.
74+
- `name` (String) Name of the permission group.
7575

7676
<a id="nestedatt--result--policies--permission_groups--meta"></a>
7777
### Nested Schema for `result.policies.permission_groups.meta`
@@ -88,7 +88,7 @@ Read-Only:
8888

8989
Read-Only:
9090

91-
- `id` (String) Identifier of the group.
91+
- `id` (String) Identifier of the resource group.
9292
- `meta` (Attributes) Attributes associated to the resource group. (see [below for nested schema](#nestedatt--result--policies--resource_groups--meta))
9393
- `name` (String) Name of the resource group.
9494
- `scope` (Attributes List) The scope associated to the resource group (see [below for nested schema](#nestedatt--result--policies--resource_groups--scope))

docs/data-sources/account_permission_group.md

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

1414
```terraform
1515
data "cloudflare_account_permission_group" "example_account_permission_group" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
17-
permission_group_id = "6d7f2f5f5b1d4a0e9081fdc98d432fd1"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
17+
permission_group_id = "023e105f4ecef8ad9ca31a8372d0c353"
1818
}
1919
```
2020

@@ -28,9 +28,9 @@ data "cloudflare_account_permission_group" "example_account_permission_group" {
2828

2929
### Read-Only
3030

31-
- `id` (String) Identifier of the group.
31+
- `id` (String) Identifier of the permission group.
3232
- `meta` (Attributes) Attributes associated to the permission group. (see [below for nested schema](#nestedatt--meta))
33-
- `name` (String) Name of the group.
33+
- `name` (String) Name of the permission group.
3434

3535
<a id="nestedatt--meta"></a>
3636
### Nested Schema for `meta`

docs/data-sources/account_permission_groups.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_account_permission_groups" "example_account_permission_groups" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
id = "6d7f2f5f5b1d4a0e9081fdc98d432fd1"
1818
label = "labelOfThePermissionGroup"
1919
name = "NameOfThePermissionGroup"
@@ -43,9 +43,9 @@ data "cloudflare_account_permission_groups" "example_account_permission_groups"
4343

4444
Read-Only:
4545

46-
- `id` (String) Identifier of the group.
46+
- `id` (String) Identifier of the permission group.
4747
- `meta` (Attributes) Attributes associated to the permission group. (see [below for nested schema](#nestedatt--result--meta))
48-
- `name` (String) Name of the group.
48+
- `name` (String) Name of the permission group.
4949

5050
<a id="nestedatt--result--meta"></a>
5151
### Nested Schema for `result.meta`

docs/data-sources/account_role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_account_role" "example_account_role" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
role_id = "3536bcfad5faccb999b47003c79917fb"
1818
}
1919
```

docs/data-sources/account_roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |-
1313

1414
```terraform
1515
data "cloudflare_account_roles" "example_account_roles" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
}
1818
```
1919

docs/data-sources/account_token.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_account_token" "example_account_token" {
16-
account_id = "eb78d65290b24279ba6f44721b3ea3c4"
16+
account_id = "023e105f4ecef8ad9ca31a8372d0c353"
1717
token_id = "ed17574386854bf78a67040be0a770b0"
1818
}
1919
```
@@ -86,9 +86,9 @@ Available values: "allow", "deny".
8686

8787
Read-Only:
8888

89-
- `id` (String) Identifier of the group.
89+
- `id` (String) Identifier of the permission group.
9090
- `meta` (Attributes) Attributes associated to the permission group. (see [below for nested schema](#nestedatt--policies--permission_groups--meta))
91-
- `name` (String) Name of the group.
91+
- `name` (String) Name of the permission group.
9292

9393
<a id="nestedatt--policies--permission_groups--meta"></a>
9494
### Nested Schema for `policies.permission_groups.meta`

0 commit comments

Comments
 (0)