ionoscloud_lan
Get information on a Ionos Cloud Lans
Example Usage
By ID
data "ionoscloud_lan" "example" {
datacenter_id = "datacenter_id"
id = "lan_id"
}By Name
data "ionoscloud_lan" "example" {
datacenter_id = "datacenter_id"
name = "Lan Example"
}Argument Reference
Attributes Reference
Last updated
