Skip to content

Commit

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

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

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

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

0 comments on commit fb652e7

Please sign in to comment.