Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Terraform in Yandex Cloud
  • Getting started
  • Setting up Yandex Cloud Terraform provider authentication
  • Solution library
    • Overview
    • Release notes
          • mdb_mysql_backup_retention_policy
          • mdb_mysql_cluster
          • mdb_mysql_database
          • mdb_mysql_database_v2
          • mdb_mysql_user
          • mdb_mysql_user_v2
  1. Terraform reference
  2. Resources
  3. Managed Service for MySQL
  4. Data Sources
  5. mdb_mysql_user_v2

yandex_mdb_mysql_user_v2 (DataSource)

Written by
Yandex Cloud
Updated at July 9, 2026
View in Markdown

Get information about a Yandex Managed MySQL user.

Arguments & Attributes ReferenceArguments & Attributes Reference

  • authentication_plugin (String). Authentication plugin.
  • cluster_id (Required)(String). The ID of the MySQL cluster.
  • connection_manager (Read-Only) (Map Of String). Connection Manager connection configuration. Filled in by the server automatically.
  • deletion_protection_mode (String). Deletion Protection inhibits deletion of the user.
  • generate_password (Bool). Generate password using Connection Manager. Used only during creation.
  • global_permissions (Set Of String). List of the user's global permissions.
  • id (Read-Only) (String). The resource identifier.
  • name (Required)(String). The name of the user.
  • password (String). The password of the user.
  • timeouts [Block].
    • read (String). A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
  • connection_limits [Block]. User's connection limits.
    • max_connections_per_hour (Number). Max connections per hour.
    • max_questions_per_hour (Number). Max questions per hour.
    • max_updates_per_hour (Number). Max updates per hour.
    • max_user_connections (Number). Max user connections.
  • permission [Block]. Set of permissions granted to the user.
    • database_name (Required)(String). The name of the database.
    • roles (List Of String). List of roles.

Was the article helpful?

Previous
mdb_mysql_user
Next
mdb_mysql_backup_retention_policy
© 2026 Direct Cursus Technology L.L.C.