You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the debug output contains all our password metadata I don't like to share it.
Panic Output
Expected Behavior
The collection should get created.
Actual Behavior
Acquiring state lock. This may take a few moments...
bitwarden_org_collection.SecOps["SecOps/Test/Subtest"]: Creating...
╷
│ Error: error creating collection: bad response status code for 'POST https://bitwarden..../api/organizations/.../collections': 400!=200, body:{"message":"At least one member or group must have can manage permission.","validationErrors":null,"exceptionMessage":null,"exceptionStackTrace":null,"innerExceptionMessage":null,"object":"error"}
│
│ with bitwarden_org_collection.SecOps["SecOps/Test/Subtest"],
│ on main.tofu line [..], in resource "bitwarden_org_collection" "SecOps":
│ ..: resource "bitwarden_org_collection" "SecOps" {
│
Steps to Reproduce
tofu apply
Important Factoids
Selfhosted Bitwarden instance
Opentofu instead of Terraform
If used to work with the embedded cient, but shortly after we migrated to it, it stopped working.
Switching back to the bw client works with the same code.
References
The text was updated successfully, but these errors were encountered:
Thanks for the report @hinricht
I've actually started working on #134, which should solve this issue as well, but there are a lot of implementation details coming with the feature so it will probably take a bit of time.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
As the debug output contains all our password metadata I don't like to share it.
Panic Output
Expected Behavior
The collection should get created.
Actual Behavior
Steps to Reproduce
tofu apply
Important Factoids
bw
client works with the same code.References
The text was updated successfully, but these errors were encountered: