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

cloudru_evolution_postgresql_user_collection


Example Usage

data "cloudru_evolution_postgresql_user_collection" "datasource_user" {
cluster_id = "00000000-0000-0000-0000-000000000000"
}
output "data-user" {
value = data.cloudru_evolution_postgresql_user_collection.datasource_user.users[0]
}

Schema

Required

  • cluster_id (String) Идентификатор кластера.

Read-Only

Nested Schema for users

Read-Only:

  • granted_roles (Attributes List) Назначенные роли. (see below for nested schema)

  • name (String) Имя пользователя.

  • supported_roles (Attributes List) Доступные роли. (see below for nested schema)

Nested Schema for users.granted_roles

Read-Only:

  • name (String) Название роли.

Nested Schema for users.supported_roles

Read-Only:

  • name (String) Название роли.