Skip to content

Commit 60731e1

Browse files
author
k-yomo
committed
Fix docs to include subcategory
1 parent 49e0b1b commit 60731e1

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Added
44
- New resource `elasticstack_elasticsearch_logstash_pipeline` to manage Logstash pipelines ([Centralized Pipeline Management](https://www.elastic.co/guide/en/logstash/current/logstash-centralized-pipeline-management.html)) ([#151](https://github.com./elastic/terraform-provider-elasticstack/pull/151))
5-
- Add`elasticstack_elasticsearch_security_role` data source ([#177](https://github.com./elastic/terraform-provider-elasticstack/pull/177))
5+
- Add `elasticstack_elasticsearch_security_role` data source ([#177](https://github.com./elastic/terraform-provider-elasticstack/pull/177))
66

77
## [0.4.0] - 2022-10-07
88
### Added

docs/data-sources/elasticsearch_security_role.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
# generated by https://github.com./hashicorp/terraform-plugin-docs
3-
page_title: "elasticstack_elasticsearch_security_role Data Source - terraform-provider-elasticstack"
4-
subcategory: ""
2+
subcategory: "Security"
3+
layout: ""
4+
page_title: "Elasticstack: elasticstack_elasticsearch_security_role Data Source"
55
description: |-
6-
Retrieves roles in the native realm. See, https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-role.html
6+
Retrieves roles in the native realm.
77
---
88

9-
# elasticstack_elasticsearch_security_role (Data Source)
9+
# Data Source: elasticstack_elasticsearch_security_role
1010

11-
Retrieves roles in the native realm. See, https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-role.html
11+
Use this data source to information about existing Elasticsearch role. See, https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-role.html
1212

1313
## Example Usage
1414

@@ -89,5 +89,3 @@ Read-Only:
8989

9090
- `except` (Set of String)
9191
- `grant` (Set of String)
92-
93-
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
subcategory: "Security"
3+
layout: ""
4+
page_title: "Elasticstack: elasticstack_elasticsearch_security_role Data Source"
5+
description: |-
6+
Retrieves roles in the native realm.
7+
---
8+
9+
# Data Source: elasticstack_elasticsearch_security_role
10+
11+
Use this data source to information about existing Elasticsearch role. See, https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-role.html
12+
13+
## Example Usage
14+
15+
{{ tffile "examples/data-sources/elasticstack_elasticsearch_security_role/data-source.tf" }}
16+
17+
{{ .SchemaMarkdown | trimspace }}

0 commit comments

Comments
 (0)