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:
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.
|
||||
Reference in New Issue
Block a user