Retrieves a list of Ionos Cloud Servers
The Servers data source can be used to search for and return existing servers based on filters used.
datacenter_id
- (Required) Name of an existing datacenter that the servers are a part of
filter
- (Optional) One or more name/value pairs to filter off of. You can use most base fields in the server resource. These do NOT include nested fields in nics or volume nested fields.
datacenter_id
must be provided. If datacenter_id
is missing , the datasource will return an error.
NOTE: Lookup by filter is partial. Searching for a server using filter name and value test
, will find all servers that have test
in the name. For example, it will find servers named test
, test1
, testsomething
.
NOTE: You cannot search by image_name
by providing an alias like ubuntu
.
The following attributes are returned by the datasource:
servers
- list of servers that matches the filters provided. For a full reference of all attributes returned, check out documentation