yandex_organizationmanager_idp_userpool_domain (Resource)
Written by
Updated at January 22, 2026
A domain associated with a userpool.
Example usage
//
// Create a new OrganizationManager Idp Userpool Domain.
//
resource "yandex_organizationmanager_idp_userpool_domain" "example_domain" {
userpool_id = "your_userpool_id"
domain = "example.com"
}
Schema
Required
domain(String) Domain name.userpool_id(String) ID of the userpool to get a domain for.
Optional
id(String) ID in format userpool_id:domaintimeouts(Attributes) (see below for nested schema)
Read-Only
created_at(String) Timestamp when the domain was created.
Nested Schema for timeouts
Optional:
create(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).delete(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). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.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.update(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).