From 6e2df61948706475798da78283594b6b7820f053 Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Tue, 29 Oct 2024 09:14:45 +1100 Subject: [PATCH] Generate docs --- docs/data-sources/elasticsearch_security_role.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/data-sources/elasticsearch_security_role.md b/docs/data-sources/elasticsearch_security_role.md index 6e917b674..9663e0d3d 100644 --- a/docs/data-sources/elasticsearch_security_role.md +++ b/docs/data-sources/elasticsearch_security_role.md @@ -42,6 +42,7 @@ output "role" { - `applications` (Set of Object) A list of application privilege entries. (see [below for nested schema](#nestedatt--applications)) - `cluster` (Set of String) A list of cluster privileges. These privileges define the cluster level actions that users with this role are able to execute. +- `description` (String) The description of the role. - `global` (String) An object defining global privileges. - `id` (String) Internal identifier of the resource - `indices` (Set of Object) A list of indices permissions entries. (see [below for nested schema](#nestedatt--indices))