» yandex_resourcemanager_cloud
Use this data source to get cloud details. For more information, see Cloud.
» Example Usage
data "yandex_resourcemanager_cloud" "foo" {
name = "foo-cloud"
}
output "cloud_create_timestamp" {
value = "${data.yandex_resourcemanager_cloud.foo.created_at}"
}
» Argument Reference
The following arguments are supported:
NOTE: Either cloud_id
or name
must be specified.
» Attributes Reference
The following attributes are returned:
-
name
- Name of the cloud. -
description
- Description of the cloud. -
created_at
- Cloud creation timestamp.