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:
33
terraform-provider-autoglue/docs/data-sources/annotations.md
Normal file
33
terraform-provider-autoglue/docs/data-sources/annotations.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
# 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)
|
||||
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)
|
||||
43
terraform-provider-autoglue/docs/data-sources/servers.md
Normal file
43
terraform-provider-autoglue/docs/data-sources/servers.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "autoglue_servers Data Source - terraform-provider-autoglue"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
List servers for the organization (org-scoped).
|
||||
---
|
||||
|
||||
# autoglue_servers (Data Source)
|
||||
|
||||
List servers for the organization (org-scoped).
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `role` (String) Filter by role.
|
||||
- `status` (String) Filter by status (pending|provisioning|ready|failed).
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `items` (Attributes List) Servers 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.
|
||||
- `hostname` (String)
|
||||
- `id` (String) Server ID (UUID).
|
||||
- `organization_id` (String)
|
||||
- `private_ip_address` (String)
|
||||
- `public_ip_address` (String)
|
||||
- `raw` (String) Full JSON for the item.
|
||||
- `role` (String)
|
||||
- `ssh_key_id` (String)
|
||||
- `ssh_user` (String)
|
||||
- `status` (String)
|
||||
- `updated_at` (String) RFC3339, UTC.
|
||||
37
terraform-provider-autoglue/docs/data-sources/ssh_keys.md
Normal file
37
terraform-provider-autoglue/docs/data-sources/ssh_keys.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "autoglue_ssh_keys Data Source - terraform-provider-autoglue"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# autoglue_ssh_keys (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Optional
|
||||
|
||||
- `fingerprint` (String) Filter by exact fingerprint (client-side).
|
||||
- `name_contains` (String) Filter by substring of name (client-side).
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `keys` (Attributes List) SSH keys (see [below for nested schema](#nestedatt--keys))
|
||||
|
||||
<a id="nestedatt--keys"></a>
|
||||
### Nested Schema for `keys`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `created_at` (String)
|
||||
- `fingerprint` (String)
|
||||
- `id` (String)
|
||||
- `name` (String)
|
||||
- `public_key` (String)
|
||||
- `updated_at` (String)
|
||||
34
terraform-provider-autoglue/docs/data-sources/taints.md
Normal file
34
terraform-provider-autoglue/docs/data-sources/taints.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "autoglue_taints Data Source - terraform-provider-autoglue"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
List taints for the organization (org-scoped).
|
||||
---
|
||||
|
||||
# autoglue_taints (Data Source)
|
||||
|
||||
List taints for the organization (org-scoped).
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `items` (Attributes List) Taints 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.
|
||||
- `effect` (String)
|
||||
- `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