Skip to content

Commit ac5c2c7

Browse files
authored
Merge pull request #42 from getindata/fix/align-descriptor-name
fix: Align descriptor_name
2 parents f876cd5 + d7ba460 commit ac5c2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ locals {
1010
#This needs to be the same as an object in roles variable
1111
role_template = {
1212
enabled = true
13-
descriptor_name = "snowflake-role"
13+
descriptor_name = "snowflake-database-role"
1414
comment = null
1515
role_ownership_grant = "SYSADMIN"
1616
granted_roles = []

0 commit comments

Comments
 (0)