Skip to content

Commit

Permalink
Added ID to setUser
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 27, 2020
1 parent 4f93bf2 commit 3376b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy/schema_user.go
Expand Up @@ -146,6 +146,7 @@ func setUser(ctx context.Context, d *schema.ResourceData, user *octopusdeploy.Us
d.Set("can_password_be_edited", user.CanPasswordBeEdited)
d.Set("display_name", user.DisplayName)
d.Set("email_address", user.EmailAddress)
d.Set("id", user.GetID())
d.Set("identity", flattenIdentities(user.Identities))
d.Set("is_active", user.IsActive)
d.Set("is_requestor", user.IsRequestor)
Expand Down

0 comments on commit 3376b44

Please sign in to comment.