anasinnyk / terraform-provider-onepassword

Terraform provider for 1Password
GNU Lesser General Public License v3.0
128 stars 38 forks source link

Add group_member resource #46

Closed taiidani closed 4 years ago

taiidani commented 4 years ago

Fixes #44

Proposed Changes

TODO

taiidani commented 4 years ago

Currently waiting on a bug fix in the CLI where users who are not in the group being managed (e.g. administrators/owners) may encounter problems managing the members of that group.

See https://discussions.agilebits.com/discussion/comment/565941 for the conversation.

taiidani commented 4 years ago

Bug fix has been applied in 1.4.0. Updated this PR to have that as a required version.

anasinnyk commented 4 years ago

Thanks @taiidani