yandex_resourcemanager_cloud (Data Source)
Статья создана
Обновлена 11 сентября 2025 г.
Use this data source to get cloud details. For more information, see the official documentation.
Важно
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.