Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Solution library
    • Overview
    • Release notes
          • iot_core_broker
          • iot_core_device
          • iot_core_registry

In this article:

  • Example usage
  • Schema
  • Optional
  • Read-Only
  1. Terraform reference
  2. Resources
  3. IoT Core
  4. Data Sources
  5. iot_core_device

yandex_iot_core_device (Data Source)

Written by
Yandex Cloud
Updated at September 11, 2025
  • Example usage
  • Schema
    • Optional
    • Read-Only

Get information about a Yandex IoT Core device. For more information about IoT Core, see Yandex Cloud IoT Device.
This data source is used to define Yandex Cloud IoT Device that can be used by other resources.

Warning

Either device_id or name must be specified.

Example usageExample usage

//
// Get information about existing IoT Core Device.
//
data "yandex_iot_core_device" "my_device" {
  device_id = "are1sampleregistry11"
}

SchemaSchema

OptionalOptional

  • device_id (String) IoT Core Device id used to define device.
  • name (String) The resource name.

Read-OnlyRead-Only

  • aliases (Map of String) A set of key/value aliases pairs to assign to the IoT Core Device.
  • certificates (Set of String) A set of certificate's fingerprints for the IoT Core Device.
  • created_at (String) The creation timestamp of the resource.
  • description (String) The resource name.
  • id (String) The ID of this resource.
  • labels (Map of String) A set of key/value label pairs which assigned to resource.
  • passwords (Set of String) A set of passwords's id for the IoT Core Device.
  • registry_id (String) IoT Core Registry ID for the IoT Core Device.

Was the article helpful?

Previous
iot_core_broker
Next
iot_core_registry
© 2025 Direct Cursus Technology L.L.C.