mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: generated docs, and original workflows
This commit is contained in:
29
terraform-provider-autoglue/docs/resources/label.md
Normal file
29
terraform-provider-autoglue/docs/resources/label.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "autoglue_label Resource - terraform-provider-autoglue"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
Create and manage a label (org-scoped).
|
||||
---
|
||||
|
||||
# autoglue_label (Resource)
|
||||
|
||||
Create and manage a label (org-scoped).
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `key` (String) Key.
|
||||
- `value` (String) Value.
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_at` (String)
|
||||
- `id` (String) Server ID (UUID).
|
||||
- `organization_id` (String)
|
||||
- `raw` (String) Full server JSON from API.
|
||||
- `updated_at` (String)
|
||||
Reference in New Issue
Block a user