many-book-28422
08/14/2024, 8:51 AMpulumi preview --diff
, I get nothing. Here is the diff I got. Does anyone have more insights on how can I debug this issue further?
~ aws:ssoadmin/managedPolicyAttachment:ManagedPolicyAttachment: (update)
[id=arn:aws:iam::aws:policy/AdministratorAccess,arn:aws:sso:::permissionSet/ssoins-redacted/ps-redacted,arn:aws:sso:::instance/ssoins-redacted]
[urn=urn:pulumi:sso::pulumi-project::aws:ssoadmin/managedPolicyAttachment:ManagedPolicyAttachment::ps-naman.gupta-AdministratorAccess]
[provider=urn:pulumi:sso::pulumi-project::pulumi:providers:aws::default_6_47_0::4ebbbff7-f135-4f95-843f-dc99a5523f22]
instanceArn : "arn:aws:sso:::instance/ssoins-redacted"
managedPolicyArn: "arn:aws:iam::aws:policy/AdministratorAccess"
permissionSetArn: "arn:aws:sso:::permissionSet/ssoins-redacted/ps-redacted"
little-cartoon-10569
08/14/2024, 9:46 PMlittle-cartoon-10569
08/14/2024, 9:47 PMmany-book-28422
08/16/2024, 6:01 AMlittle-cartoon-10569
08/16/2024, 6:21 AMmany-book-28422
08/16/2024, 7:06 AMdoesn't support update
I fail to understand how this is expected behaviour? If pulumi determines there needs to be an update, shouldn’t it be able to also explain what is being changed? Isn’t that what the ~
, -
and +
signs are there for? To explain what resource is being updated and whats changing in them. I can’t reproduce this issue everytime but it seems to come up more often when I use different providers (i.e., I create the resources using pulumi up
and I try to “update” them using the automation API)little-cartoon-10569
08/16/2024, 7:14 AMdoesn't support update
is not something I've heard of before. Something is afoot.