Skip to content

Commit 6e0daec

Browse files
committed
chore: remove commented code
1 parent bccafe7 commit 6e0daec

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

locals.tf

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)