We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1883ed9 + 5b6ea40 commit 64286f7Copy full SHA for 64286f7
docs/resources/role.md
@@ -22,7 +22,7 @@ Resource to manage Clickhouse roles
22
23
### Optional
24
25
-- `privileges` (Set of String) Granted privileges to the role. Privileges will be granted at database level
+- `privileges` (Set of String) Granted privileges to the role. Privileges will be granted at DB level
26
27
### Read-Only
28
pkg/resources/role/resource_role.go
@@ -27,7 +27,7 @@ func ResourceRole() *schema.Resource {
Required: true,
},
29
"privileges": {
30
- Description: "Granted privileges to the role. Privileges will be granted at database level",
+ Description: "Granted privileges to the role. Privileges will be granted at DB level",
31
Type: schema.TypeSet,
32
Optional: true,
33
Elem: &schema.Schema{
0 commit comments