yandex_message_queue (Data Source)
Written by
Updated at August 7, 2025
Get information about a Yandex Message Queue. For more information about Yandex Message Queue, see Yandex Cloud Message Queue.
Example usage
//
// Get information about existing Message Queue.
//
data "yandex_message_queue" "my_queue" {
name = "ymq_terraform_example"
}
Schema
Required
name(String) Queue name. The maximum length is 80 characters. You can use numbers, letters, underscores, and hyphens in the name. The name of a FIFO queue must end with the.fifosuffix. If not specified, random name will be generated. Conflicts withname_prefix. For more information see documentation.
Optional
access_key(String) The access key to use when applying changes. If omitted,ymq_access_keyspecified in provider config is used. For more information see documentation.region_id(String) ID of the region where the message queue is located at. The default is 'ru-central1'.secret_key(String, Sensitive) The secret key to use when applying changes. If omitted,ymq_secret_keyspecified in provider config is used. For more information see documentation.
Read-Only
arn(String) ARN of the Yandex Message Queue. It is used for setting up a redrive policy. See documentation.id(String) The ID of this resource.url(String) URL of the queue.