ionoscloud_autoscaling_group_servers
Get information on servers generated as part of the autoscaling group.
Last updated
Was this helpful?
Get information on servers generated as part of the autoscaling group.
The autoscaling group servers data source can be used to search for and return existing servers that are part of a specific autoscaling group.
data "ionoscloud_autoscaling_group_servers" "autoscaling_group_servers" {
group_id = "autoscaling_group_uuid"
}group_id - (Required) The unique ID of the autoscaling group.
group_id must be provided. If it is not provided, the datasource will return an error.
The following attributes are returned by the datasource:
group_id - Id of the autoscaling group.
servers - List of servers.
id - The unique ID of the server.
Last updated
Was this helpful?
Was this helpful?