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

Is bitbucket_group_membership possible to skip returning error if member of group was removed outside #201

Open
kidpooh1608 opened this issue Apr 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kidpooh1608
Copy link

I'm facing the errors at terraform refresh stage, because user "yyyy" was removed.
│ Error: error getting Group Member (xxxx/everyone/{xxxx}): not found │ │ with module.bitbucket_group_member["everyone"].bitbucket_group_membership.member["yyyy"], │ on ../../modules/bitbucket-group-member/main.tf line 1, in resource "bitbucket_group_membership" "member": │ 1: resource "bitbucket_group_membership" "member" {

Is bitbucket_group_membership possible to warn instead of returning errors if member of group was removed outside for this membership can be removed from tfstate without errors?

https://github.com/DrFaust92/terraform-provider-bitbucket/blob/v2.40.0/bitbucket/resource_group_membership.go#L120

@DrFaust92 DrFaust92 added the bug Something isn't working label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants