Skip to content

Commit 54ead3d

Browse files
committed
prevent using literal "*" as table name
1 parent 14a2f5d commit 54ead3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resource/descriptions/grant_privilege.md

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

33
You can use the `clickhouse_grant_privilege` resource to grant privileges on databases and tables to either a `clickhouse_user` or a `clickhouse_role`.
44

5-
Please note that in order to assign privileges to all database and/or all tables, the `database` and/or `table` fields must be set to null, and not to "*".
5+
Please note that in order to grant privileges to all database and/or all tables, the `database` and/or `table` fields must be set to null, and not to "*".
66

77
Attention: in order to use the `clickhouse_grant_privilege` resource you need to set the `query_api_endpoint` attribute in the `clickhouse_service`.
88
Please check [full example](https://github.com/ClickHouse/terraform-provider-clickhouse/blob/main/examples/rbac/main.tf).

0 commit comments

Comments
 (0)