Skip to content

Commit eb76742

Browse files
committed
chore: fix typo
1 parent 7eafa17 commit eb76742

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
@@ -47,7 +47,7 @@ locals {
4747
module.snowflake_default_role,
4848
module.snowflake_custom_role
4949
) : role_name => role
50-
if role.name != null
50+
if role_name != null
5151
}
5252
}
5353

0 commit comments

Comments
 (0)