File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,6 @@ locals {
99 }
1010 }
1111
12- # This needs to be the same as an object in roles variable
13- # role_template = {
14- # enabled = true
15- # descriptor_name = "snowflake-role"
16- # comment = null
17- # role_ownership_grant = "SYSADMIN"
18- # granted_roles = []
19- # granted_to_roles = []
20- # granted_to_users = []
21- # database_grants = {}
22- # }
23-
2412 default_roles_definition = {
2513 readonly = {
2614 database_grants = {
@@ -35,12 +23,6 @@ locals {
3523 } }
3624
3725 roles_definition = module. roles_deep_merge . merged
38- # roles_definition = {
39- # for role_name, role in module.roles_deep_merge.merged : role_name => merge(
40- # local.role_template,
41- # role
42- # )
43- # }
4426
4527 default_roles = {
4628 for role_name , role in local . roles_definition : role_name => role
You can’t perform that action at this time.
0 commit comments