Skip to content

Commit 41f22b2

Browse files
committed
wip
1 parent 7dfdd54 commit 41f22b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/access_roles.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "access_roles" {
2-
source = "github.com/inovex/snowform_access_roles.git?ref=0.0.1"
3-
db = snowflake_database.common_db
4-
data_layers = [
2+
source = "github.com/inovex/snowform_access_roles.git?ref=0.0.1"
3+
db = snowflake_database.common_db
4+
schemas = [
55
{
66
name = "COMMON"
77
}

0 commit comments

Comments
 (0)