resource "cloudru_evolution_postgresql_user" "resource_user" {name = "username"granted_roles = [{name = "pg_read_all_data"}]cluster_id = "00000000-0000-0000-0000-000000000000"password = "SecurePass123!"}
cluster_id (String) Идентификатор кластера.
name (String) Имя пользователя.
password (String) Пароль.
granted_roles (Attributes List) Назначенные роли. (see below for nested schema)
supported_roles (Attributes List) Доступные роли. (see below for nested schema)
Optional:
name (String) Название роли.
Optional:
name (String) Название роли.