ionoscloud_gpu
Get information on a Ionos Cloud GPU
Example Usage
By ID
data "ionoscloud_gpu" "example" {
datacenter_id = "datacenter_id"
server_id = "server_id"
id = "gpu_id"
}By Name
data "ionoscloud_gpu" "example" {
datacenter_id = "datacenter_id"
server_id = "server_id"
name = "GPU Name"
}Argument Reference
Attributes Reference
Last updated
