Skip to content

Commit

Permalink
Add in sophia jobe
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Sep 25, 2023
1 parent fd6689a commit 786bda9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,9 @@ resource "snowflake_user" "lfoschini" {
name = "[email protected]"
login_name = "[email protected]"
}

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

0 comments on commit 786bda9

Please sign in to comment.