Describe what happened
v3.56.0
#https://www.pulumi.com/registry/packages/alicloud/api-docs/ram/groupmembership/
example, err := ram.NewGroupMembership(ctx, "groupMembershipResource", &ram.GroupMembershipArgs{
GroupName: pulumi.String("string"),
UserNames: pulumi.StringArray{
pulumi.String("string"),
},
})
If the group have any other users. When pulumi destroy start. All users in this group will be deleted. It's a dangerous operation.
I want just remove the users that had added to this group.
Sample program
Log output
Affected Resource(s)
No response
Output of pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
Describe what happened
v3.56.0
#https://www.pulumi.com/registry/packages/alicloud/api-docs/ram/groupmembership/
If the group have any other users. When
pulumi destroystart. All users in this group will be deleted. It's a dangerous operation.I want just remove the users that had added to this group.
Sample program
Log output
Affected Resource(s)
No response
Output of
pulumi aboutAdditional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).