Data Platform Node Pools
Get information on a Dataplatform Node Pool list under a Dataplatform Cluster.
The Dataplatform Node Pools Data Source can be used to search for and return a list of existing Dataplatform Node Pools under a Dataplatform Cluster.
Example Usage
All Node Pools under a Cluster ID
By Name
By Name with Partial Match
Argument Reference
cluster_id
- (Required) ID of the cluster the searched node pool is part of.name
- (Optional) Name of an existing cluster that you want to search for. Search by name is case-insensitive. The whole resource name is required ifpartial_match
parameter is not set to true.partial_match
- (Optional) Whether partial matching is allowed or not when using name argument. Default value is false.
Attributes Reference
The following attributes are returned by the datasource:
cluster_id
- ID of the cluster the searched node pool is part of.node_pools
- List of Node Pools - See the Node Pool section.
Last updated