Files
autoglue/terraform-provider-autoglue/docs/data-sources/annotations.md
2025-11-06 02:36:17 +00:00

34 lines
800 B
Markdown

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "autoglue_annotations Data Source - terraform-provider-autoglue"
subcategory: ""
description: |-
List annotations for the organization (org-scoped).
---
# autoglue_annotations (Data Source)
List annotations for the organization (org-scoped).
<!-- schema generated by tfplugindocs -->
## Schema
### Read-Only
- `items` (Attributes List) Annotations returned by the API. (see [below for nested schema](#nestedatt--items))
<a id="nestedatt--items"></a>
### Nested Schema for `items`
Read-Only:
- `created_at` (String) RFC3339, UTC.
- `id` (String) Taint ID (UUID).
- `key` (String)
- `organization_id` (String)
- `raw` (String) Full JSON for the item.
- `updated_at` (String) RFC3339, UTC.
- `value` (String)