ionoscloud_nic
Get information on a Ionos Cloud NIC
Example Usage
By ID
data "ionoscloud_nic" "example" {
datacenter_id = "datancenter_id"
server_id = "server_id"
id = "nic_id"
}By Name
data "ionoscloud_nic" "example" {
datacenter_id = "datancenter_id"
server_id = "server_id"
name = "Nic Example"
}Argument reference
Import
Attributes Reference
Last updated
Was this helpful?