Skip to content

Commit

Permalink
ensure demo_account user is sent invite email
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss committed Dec 20, 2024
1 parent 33cfe86 commit 882d5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/demo_account/users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ resource "opslevel_user" "user" {
name = each.value
email = each.value
role = "admin"
send_invite = true
skip_welcome_email = false
}

0 comments on commit 882d5cc

Please sign in to comment.