Облачная платформаEvolution

cloudru_evolution_iam_group (Resource)


Example Usage

resource "cloudru_evolution_iam_group" "resource_group" {
name = "6d6c2d89-448e-4fad-97da-15bab8dd2e28"
description = "c3593418-38b1-4492-adaa-020bd4a719ee"
target = {
# Нужно заполнить одно из значений - customer_id, project_id.
customer_id = "2f52b3b5-ee3b-4bb7-9de4-9a1f3061add5"
project_id = "798e14b6-9260-4bbc-8bf8-9f05e0bb1455"
}
ldap_attributes = {
distinguished_name = "fb8cb544-9c25-4f7c-8a04-86c5e50a110f"
provider_id = "09c17227-9216-43d8-b084-4e381f723929"
}
}

Schema

Required

  • name (String) Name - название группы.

  • target (Attributes) Target - сущность, к которой относится группа. (see below for nested schema)

Optional

  • description (String) Description - описание группы.

  • ldap_attributes (Attributes) LDAPAttributes - LDAP атрибуты группы. (see below for nested schema)

Read-Only

  • created_at (String) CreatedAt - дата создания группы.

  • id (String) ID - идентификатор группы.

  • updated_at (String) UpdatedAt - дата обновления группы.

Nested Schema for target

Optional:

  • customer_id (String) CustomerID - идентификатор организации, если группа создана на уровне организации.

  • project_id (String) ProjectID - идентификатор проекта, если группа создана на уровне проекта.

Nested Schema for ldap_attributes

Required:

  • distinguished_name (String) DistinguishedName - LDAP distinguished name группы.

  • provider_id (String) ProviderID - идентификатор LDAP провайдера.