Skip to content

Commit 30d7193

Browse files
committed
Fixup docs
1 parent 3125de8 commit 30d7193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/kibana_security_role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ provider "elasticstack" {
1818
kibana {}
1919
}
2020
21-
resource "elasticstack_kibana_role" "example" {
21+
resource "elasticstack_kibana_security_role" "example" {
2222
name = "sample_role"
2323
elasticsearch {
2424
cluster = ["create_snapshot"]

examples/resources/elasticstack_kibana_security_role/resource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider "elasticstack" {
44
kibana {}
55
}
66

7-
resource "elasticstack_kibana_role" "example" {
7+
resource "elasticstack_kibana_security_role" "example" {
88
name = "sample_role"
99
elasticsearch {
1010
cluster = ["create_snapshot"]

0 commit comments

Comments
 (0)