Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Group resource #19

Merged
merged 2 commits into from
Sep 4, 2019
Merged

Adding Group resource #19

merged 2 commits into from
Sep 4, 2019

Conversation

taiidani
Copy link
Collaborator

Fixes #18

Proposed Changes

  • Adds a group resource to the provider, taking inspiration from the existing vault resource.
  • Leaving additional items such as Group Membership and Group-Vault associations to later resources.
  • Note that this implementation tracks the state JSON property which helps determine if the group has been deleted or not. This might assist with solving Deleting a Vault from 1Password doesn't trigger recreate #17.

}

d.SetId(v.UUID)
d.Set("name", v.Name)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error return value of d.Set is not checked (from errcheck)

@anasinnyk anasinnyk self-requested a review September 4, 2019 11:41
@anasinnyk
Copy link
Owner

@taiidani greate job. Thank you for your job.

@anasinnyk anasinnyk merged commit d0bf432 into anasinnyk:master Sep 4, 2019
@anasinnyk
Copy link
Owner

@taiidani sorry for so late reaction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature - Group resources
3 participants