Skip to content

Commit

Permalink
fix: email field is required
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Wasilewski <[email protected]>
  • Loading branch information
mwasilew2 committed Oct 17, 2023
1 parent 5a21048 commit 475b900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacelift/resource_user_mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func resourceUserMapping() *schema.Resource {
"invitation_email": {
Type: schema.TypeString,
Description: "Email of the user. Used for sending an invitation.",
Optional: true,
Required: true,
},
"username": {
Type: schema.TypeString,
Expand Down

0 comments on commit 475b900

Please sign in to comment.