From d7ba460192510779c36b4538c5099ce8880f75bd Mon Sep 17 00:00:00 2001 From: Piotr Mossakowski Date: Mon, 5 Aug 2024 15:21:17 +0200 Subject: [PATCH] fix: align descriptor_name --- locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.tf b/locals.tf index 7cd4062..9d6b7bb 100644 --- a/locals.tf +++ b/locals.tf @@ -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 = []