yandex_organizationmanager_os_login_settings (Data Source)
Статья создана
Обновлена 7 августа 2025 г.
Get information about a Yandex Cloud OS Login Settings.
Example usage
//
// Get information about existing OrganizationManager OS Login Settings.
//
data "yandex_organizationmanager_os_login_settings" "my_os_login_settings_settings" {
organization_id = "some_organization_id"
}
output "my_organization_ssh_certificates_enabled" {
value = "data.yandex_organizationmanager_os_login_settings.my_os_login_settings.ssh_certificate_settings.0.enabled"
}
Schema
Optional
organization_id(String) ID of the organization.ssh_certificate_settings(Block List, Max: 1) (see below for nested schema)user_ssh_key_settings(Block List, Max: 1) (see below for nested schema)
Read-Only
id(String) The ID of this resource.
Nested Schema for ssh_certificate_settings
Optional:
enabled(Boolean) Enables or disables usage of SSH certificates signed by trusted Certification Authority (CA).
Nested Schema for user_ssh_key_settings
Optional:
-
allow_manage_own_keys(Boolean) If set to true subject is allowed to manage own ssh keys without having to be assigned specific permissions. -
enabled(Boolean) Enables or disables usage of ssh keys assigned to a specific subject.