mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
feat: generated docs, and original workflows
This commit is contained in:
33
terraform-provider-autoglue/docs/data-sources/labels.md
Normal file
33
terraform-provider-autoglue/docs/data-sources/labels.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "autoglue_labels Data Source - terraform-provider-autoglue"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
List labels for the organization (org-scoped).
|
||||
---
|
||||
|
||||
# autoglue_labels (Data Source)
|
||||
|
||||
List labels for the organization (org-scoped).
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `items` (Attributes List) Labels 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)
|
||||
Reference in New Issue
Block a user