Skip to content

Commit 4d10aa3

Browse files
author
Thomas De Meyer
committed
chore: regenerated docs
1 parent db96bdd commit 4d10aa3

6 files changed

Lines changed: 17 additions & 28 deletions

File tree

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "contentstack Provider"
4-
subcategory: ""
54
description: |-
65
76
---

docs/resources/content_type.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ page_title: "contentstack_content_type Resource - terraform-provider-contentstac
44
subcategory: ""
55
description: |-
66
Content type defines the structure or schema of a page or a section of
7-
your web or mobile property. To create content for your application, you
8-
are required to first create a content type, and then create entries
9-
using the content type.
7+
your web or mobile property. To create content for your application, you
8+
are required to first create a content type, and then create entries
9+
using the content type.
1010
11-
Note: Removing a field or modifying its properties may result in data
12-
loss or invalidate field visibility rules.
11+
Note: Removing a field or modifying its properties may result in data
12+
loss or invalidate field visibility rules.
1313
---
1414

1515
# contentstack_content_type (Resource)
@@ -91,5 +91,3 @@ JSON
9191
- `description` (String)
9292
- `schema` (String) The schema as JSON. Use jsonencode(jsonecode(<schema>)) to work around wrong changes.
9393
- `uid` (String)
94-
95-

docs/resources/environment.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ page_title: "contentstack_environment Resource - terraform-provider-contentstack
44
subcategory: ""
55
description: |-
66
Contentstack environment are designated destinations to which you can publish
7-
your content. Environments are global, meaning they are available across all
8-
branches of your stack. An environment can also have a list of URLs to be used
9-
as a prefix for published content.
7+
your content. Environments are global, meaning they are available across all
8+
branches of your stack. An environment can also have a list of URLs to be used
9+
as a prefix for published content.
1010
---
1111

1212
# contentstack_environment (Resource)
@@ -70,5 +70,3 @@ Required:
7070

7171
- `locale` (String)
7272
- `url` (String)
73-
74-

docs/resources/global_field.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ page_title: "contentstack_global_field Resource - terraform-provider-contentstac
44
subcategory: ""
55
description: |-
66
A Global field is a reusable field (or group of fields) that you can
7-
define once and reuse in any content type within your stack. This
8-
eliminates the need (and thereby time and efforts) to create the same
9-
set of fields repeatedly in multiple content types.
7+
define once and reuse in any content type within your stack. This
8+
eliminates the need (and thereby time and efforts) to create the same
9+
set of fields repeatedly in multiple content types.
1010
---
1111

1212
# contentstack_global_field (Resource)
@@ -87,5 +87,3 @@ JSON
8787
- `description` (String)
8888
- `maintain_revisions` (Boolean)
8989
- `schema` (String) The schema as JSON. Use jsonencode(jsonecode(<schema>)) to work around wrong changes.
90-
91-

docs/resources/locale.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ page_title: "contentstack_locale Resource - terraform-provider-contentstack"
44
subcategory: ""
55
description: |-
66
Contentstack offers multilingual support, which allows you to create
7-
entries in any language of your choice. When creating entries in other
8-
languages, they inherit data initially from the fallback language until
9-
they are localized.
7+
entries in any language of your choice. When creating entries in other
8+
languages, they inherit data initially from the fallback language until
9+
they are localized.
1010
---
1111

1212
# contentstack_locale (Resource)
@@ -56,5 +56,3 @@ resource "contentstack_locale" "nl" {
5656
### Read-Only
5757

5858
- `uid` (String)
59-
60-

docs/resources/webhook.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page_title: "contentstack_webhook Resource - terraform-provider-contentstack"
44
subcategory: ""
55
description: |-
66
A webhook is a user-defined HTTP callback. It is a mechanism that sends
7-
real-time information to any third-party app or service.
7+
real-time information to any third-party app or service.
88
---
99

1010
# contentstack_webhook (Resource)
@@ -58,7 +58,6 @@ resource "contentstack_webhook" "mywebhook" {
5858

5959
### Required
6060

61-
- `destination` (Block List, Min: 1) (see [below for nested schema](#nestedblock--destination))
6261
- `name` (String)
6362
- `retry_policy` (String) should be set to `manual`
6463

@@ -67,6 +66,7 @@ resource "contentstack_webhook" "mywebhook" {
6766
- `branches` (List of String)
6867
- `channels` (List of String)
6968
- `concise_payload` (Boolean) allows you to send a concise JSON payload to the target URL when a specific event occurs. To send a comprehensive JSON payload, you can set its value to false.
69+
- `destination` (Block List) (see [below for nested schema](#nestedblock--destination))
7070
- `disabled` (Boolean) allows you to enable or disable the webhook.
7171

7272
### Read-Only
@@ -89,9 +89,7 @@ Optional:
8989
<a id="nestedatt--destination--custom_headers"></a>
9090
### Nested Schema for `destination.custom_headers`
9191

92-
Optional:
92+
Required:
9393

9494
- `header_name` (String)
9595
- `value` (String)
96-
97-

0 commit comments

Comments
 (0)