Skip to content

Commit d2f6149

Browse files
committed
generated docs
1 parent 598076d commit d2f6149

File tree

80 files changed

+5598
-12118
lines changed

Some content is hidden

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

80 files changed

+5598
-12118
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "firehydrant_change_event_entity Data Source - terraform-provider-firehydrant"
4+
subcategory: ""
5+
description: |-
6+
ChangeEventEntity DataSource
7+
---
8+
9+
# firehydrant_change_event_entity (Data Source)
10+
11+
ChangeEventEntity DataSource
12+
13+
## Example Usage
14+
15+
```terraform
16+
data "firehydrant_change_event_entity" "my_changeevententity" {
17+
}
18+
```
19+
20+
<!-- schema generated by tfplugindocs -->
21+
## Schema
22+
23+
### Read-Only
24+
25+
- `description` (String)
26+
- `ends_at` (String)
27+
- `id` (String) The ID of this resource.
28+
- `labels` (Attributes) An object of label key and values (see [below for nested schema](#nestedatt--labels))
29+
- `starts_at` (String)
30+
- `summary` (String)
31+
32+
<a id="nestedatt--labels"></a>
33+
### Nested Schema for `labels`
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "firehydrant_change_events_entities Data Source - terraform-provider-firehydrant"
4+
subcategory: ""
5+
description: |-
6+
ChangeEventsEntities DataSource
7+
---
8+
9+
# firehydrant_change_events_entities (Data Source)
10+
11+
ChangeEventsEntities DataSource
12+
13+
## Example Usage
14+
15+
```terraform
16+
data "firehydrant_change_events_entities" "my_changeeventsentities" {
17+
id = "...my_id..."
18+
}
19+
```
20+
21+
<!-- schema generated by tfplugindocs -->
22+
## Schema
23+
24+
### Read-Only
25+
26+
- `description` (String)
27+
- `ends_at` (String)
28+
- `id` (String) The ID of this resource.
29+
- `labels` (Attributes) An object of label key and values (see [below for nested schema](#nestedatt--labels))
30+
- `starts_at` (String)
31+
- `summary` (String)
32+
33+
<a id="nestedatt--labels"></a>
34+
### Nested Schema for `labels`

docs/data-sources/checklist_template.md

Lines changed: 0 additions & 315 deletions
This file was deleted.

0 commit comments

Comments
 (0)