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

1.0 KiB

page_title, subcategory, description
page_title subcategory description
autoglue_servers Data Source - terraform-provider-autoglue List servers for the organization (org-scoped).

autoglue_servers (Data Source)

List servers for the organization (org-scoped).

Schema

Optional

  • role (String) Filter by role.
  • status (String) Filter by status (pending|provisioning|ready|failed).

Read-Only

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.