We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7315d commit 3218868Copy full SHA for 3218868
internal/elasticsearch/security/role_test.go
@@ -62,7 +62,7 @@ resource "elasticstack_elasticsearch_security_role" "test" {
62
indices {
63
names = ["index1", "index2"]
64
privileges = ["all"]
65
- allow_restricted_indices = true
+ allow_restricted_indices = true
66
}
67
68
applications {
0 commit comments