Skip to content

Commit

Permalink
Merge pull request #42 from getindata/fix/align-descriptor-name
Browse files Browse the repository at this point in the history
fix: Align descriptor_name
  • Loading branch information
dgniewek authored Aug 5, 2024
2 parents f876cd5 + d7ba460 commit ac5c2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals {
#This needs to be the same as an object in roles variable
role_template = {
enabled = true
descriptor_name = "snowflake-role"
descriptor_name = "snowflake-database-role"
comment = null
role_ownership_grant = "SYSADMIN"
granted_roles = []
Expand Down

0 comments on commit ac5c2c7

Please sign in to comment.