Skip to content

Commit

Permalink
Add in users
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Sep 25, 2023
1 parent 367f528 commit 53e1653
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion admin/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,22 @@ resource "snowflake_user" "cnayan" {
provider = snowflake.useradmin
name = "[email protected]"
login_name = "[email protected]"
}
}

resource "snowflake_user" "apaynter" {
provider = snowflake.useradmin
name = "[email protected]"
login_name = "[email protected]"
}

resource "snowflake_user" "xschildwachter" {
provider = snowflake.useradmin
name = "[email protected]"
login_name = "[email protected]"
}

resource "snowflake_user" "nedmonds" {
provider = snowflake.useradmin
name = "[email protected]"
login_name = "[email protected]"
}

0 comments on commit 53e1653

Please sign in to comment.