Skip to content

Commit

Permalink
Add terraform code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Sep 25, 2023
1 parent 070547a commit 7b785b5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions admin/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,27 @@ resource "snowflake_user" "sjobe" {
name = "[email protected]"
login_name = "[email protected]"
}

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

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

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

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

0 comments on commit 7b785b5

Please sign in to comment.