yandex_organizationmanager_group_membership (Resource)
Статья создана
Обновлена 18 июля 2025 г.
Allows members management of a single Yandex Cloud Organization Manager Group. For more information, see the official documentation.
~> Multiple yandex_organizationmanager_group_iam_binding
resources with the same group id will produce inconsistent behavior!
Example usage
//
// Create a new OrganizationManager Group Membership.
//
resource "yandex_organizationmanager_group_membership" "group" {
group_id = "sdf4*********3fr"
members = [
"xdf********123"
]
}
Schema
Required
group_id
(String) The Group to add/remove members to/from.members
(Set of String) A set of members of the Group. Each member is represented by an id.
Optional
timeouts
(Block, Optional) (see below for nested schema)
Read-Only
id
(String) The ID of this resource.
timeouts
Nested Schema for 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).
Import
~> Import for this resource is not implemented yet.