» 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:

  • cloud_id - (Optional) ID of the cloud.
  • name - (Optional) Name of the cloud.

» Attributes Reference

The following attributes are returned: