yandex_iam_user (Data Source)
Written by
Updated at September 11, 2025
Get information about a Yandex IAM user account. For more information about accounts, see Yandex Cloud IAM accounts.
This data source is used to define IAM User that can be used by other resources.
Warning
Either login or user_id must be specified.
Example usage
//
// Get information about existing IAM User.
//
data "yandex_iam_user" "admin" {
login = "my-yandex-login"
}
Schema
Optional
login(String) Login name used to sign in to Yandex Passport.user_id(String) User ID used to manage IAM access bindings.
Read-Only
default_email(String) Email address of user account.id(String) The ID of this resource.