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

PlanResourceChange undesirable updates #1967

Open
VenelinMartinov opened this issue May 13, 2024 · 8 comments · May be fixed by #2065
Open

PlanResourceChange undesirable updates #1967

VenelinMartinov opened this issue May 13, 2024 · 8 comments · May be fixed by #2065
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@VenelinMartinov
Copy link
Contributor

VenelinMartinov commented May 13, 2024

What happened?

A bunch of providers got unexpeced diffs with PlanResourceChange.

Example

https://github.com/pulumi/pulumi-azuread/actions/runs/9065108544/job/24905710331?pr=1050
https://github.com/pulumi/pulumi-auth0/actions/runs/9065083805/job/24904827772?pr=540
https://github.com/pulumi/pulumi-hcloud/actions/runs/9065349562/job/24906565191?pr=506
https://github.com/pulumi/pulumi-cloudflare/actions/runs/9065158604/job/24905830152?pr=774
https://github.com/pulumi/pulumi-aws/actions/runs/9065699572/job/24909556049?pr=3931

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).

@VenelinMartinov VenelinMartinov added needs-triage Needs attention from the triage team kind/bug Some behavior is incorrect or out of spec and removed needs-triage Needs attention from the triage team labels May 13, 2024
@t0yv0
Copy link
Member

t0yv0 commented May 17, 2024

Having a quick look, some of the AWS failures look serious but we need to go one by one.

@VenelinMartinov
Copy link
Contributor Author

A lot of the updates are due to #2047

But also we have a few others:

meta -> metadata: https://github.com/pulumi/pulumi-auth0/actions/runs/9065083805/job/24904827772?pr=540

some unexpected nulls and unknowns in AWS: https://github.com/pulumi/pulumi-aws/actions/runs/9065699572/job/24909556049?pr=3931

Also some other issues with RDS instances there

@t0yv0
Copy link
Member

t0yv0 commented May 31, 2024

Can you send me an AWS branch to debug. Thanks.

@VenelinMartinov
Copy link
Contributor Author

I was going to ask for help here, thanks!

pulumi/pulumi-aws#3931 is a slightly older bridge master

pulumi/pulumi-aws#3983 is the one with the block normalizations PR, feel free to ignore this one but the errors look fairly similar at a glance

You can also run the AWS provider with PULUMI_ENABLE_PLAN_RESOURCE_CHANGE=1 and it'll enable PlanResourceChange for all resources.

@t0yv0
Copy link
Member

t0yv0 commented May 31, 2024

Perfect, I want the one with everything latest so 3983 sounds good. I'll take a look.

@VenelinMartinov
Copy link
Contributor Author

Thanks!

@VenelinMartinov
Copy link
Contributor Author

Aside from the AWS failures the others all look like #2047

@VenelinMartinov VenelinMartinov linked a pull request Jun 7, 2024 that will close this issue
@t0yv0
Copy link
Member

t0yv0 commented Jun 7, 2024

AWS is done in pulumi/pulumi-aws#4013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants