In my stack, I’m importing an existing Gitlab grou...
# typescript
l
In my stack, I’m importing an existing Gitlab group. I provided the group name in the
import
property and when running pulumi, I get a succesful import:
Copy code
=   ├─ gitlab:index:Group            cumundi                     imported
But in this run, I had errors on wrong user id’s for group memberships. So I fixed the import IDs, ran
preview
and now I get this:
Copy code
+-  ├─ gitlab:index:Group            cumundi                     replace
Why does it want to replace the Gitlab group? Is this a general Pulumi problem or a Gitlab provider problem? /cc @broad-dog-22463