yandex_resourcemanager_cloud (Data Source)
Written by
Updated at September 11, 2025
Use this data source to get cloud details. For more information, see the official documentation.
Warning
Either cloud_id or name must be specified.
Example usage
//
// Get information about existing Cloud.
//
data "yandex_resourcemanager_cloud" "my_cloud" {
name = "foo-cloud"
}
output "cloud_create_timestamp" {
value = data.yandex_resourcemanager_cloud.my_cloud.created_at
}
Schema
Optional
cloud_id(String) ID of the cloud.description(String) The resource description.name(String) The resource name.
Read-Only
created_at(String) The creation timestamp of the resource.id(String) The ID of this resource.