https://pulumi.com logo
Title
f

flat-laptop-90489

09/23/2021, 2:07 PM
Hey y'all, I have this diff because the provider changed. If I run this, is it going to actually delete and re-create the group in the AWS api, or is that just going to replace it in the state?
employees (aws:iam:Group)
-- aws:iam/group:Group (delete-replaced)
    [id=Employees]
    [urn=urn:pulumi:production::fairwindsops::aws:iam/group:Group::employees]
    __defaults: []
    name      : "Employees"
    path      : "/"
If it is going to remove it, I think I'll have to delete it from state myself and import it again with the correct provider in place
b

billowy-army-68599

09/23/2021, 4:38 PM
yeah this looks like it'll delete, unfortunately. the API is probably immutable
f

flat-laptop-90489

09/23/2021, 5:29 PM
😢 thanks
aha!
plumi import --provider
!