acceptable-oyster-7852
09/25/2024, 6:21 PMpulumi:pulumi:Stack: (same)
[urn=urn:pulumi:pragmastudios_core::pragma::pulumi:pulumi:Stack::pragma-pragmastudios_core]
~ auth0:index/client:Client: (update)
[id=SCMlz7xZ8whdkZfyo2kamew02xBhXYRj]
[urn=urn:pulumi:pragmastudios_core::pragma::pragma:Core$pragma:auth0$auth0:index/client:Client::grafana]
[provider=urn:pulumi:pragmastudios_core::pragma::pulumi:providers:auth0::auth0::86192f53-d588-41f4-bbda-bfab6e65d7ef]
- crossOriginAuth: true
whereas if I do a pulumi refresh on this same stack it's the opposite,
pulumi:pulumi:Stack: (same)
[urn=urn:pulumi:pragmastudios_core::pragma::pulumi:pulumi:Stack::pragma-pragmastudios_core]
~ auth0:index/client:Client: (update)
[id=SCMlz7xZ8whdkZfyo2kamew02xBhXYRj]
[urn=urn:pulumi:pragmastudios_core::pragma::pragma:Core$pragma:auth0$auth0:index/client:Client::grafana]
[provider=urn:pulumi:pragmastudios_core::pragma::pulumi:providers:auth0::auth0::86192f53-d588-41f4-bbda-bfab6e65d7ef]
+ crossOriginAuth: true
Is this because some state isn't being saved correctly? Also let me know if I should have posted in a different channel. Our pulumi app is all written in Go so that's why I posted here.plain-vegetable-53232
09/25/2024, 8:24 PMacceptable-oyster-7852
09/25/2024, 11:16 PMpulumi refresh
shows the + crossOriginAuth: true
and then pulumi up
shows the - crossOriginAuth: true
and then pulumi refresh
shows the + crossOriginAuth: true
etc.
It happens over and over with no one is doing anything to the stack manually or changing anything.
Or you are saying I should always combine pulumi up
with refresh
?plain-vegetable-53232
09/26/2024, 8:12 AMpulumi refresh
says that someone made this change + crossOriginAuth: true
and if you don't add it to your codebase
pulumi up
will say: hey, you have this change configured at your resource however I don't see it in my configuration so I will delete it
- crossOriginAuth: true
I'm kind of new to pulumi as well, read the docs and this is my best guess, but I'm open to any ideasplain-vegetable-53232
09/26/2024, 8:12 AMplain-vegetable-53232
09/26/2024, 8:12 AMplain-vegetable-53232
09/26/2024, 8:13 AMacceptable-oyster-7852
09/26/2024, 11:40 PM