You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previewing refresh (dev)View in Browser (Ctrl+O): https://app.pulumi.com/chall-pulumi-corp/test-aws-1655-pf/dev/previews/ebd560c7-3b68-4616-adfc-27d68ceb1c4c Type Name Plan pulumi:pulumi:Stack test-aws-1655-pf-dev ~ ├─ aws:appconfig:Environment res update ├─ aws:appconfig:Application app └─ pulumi:providers:aws aws-providerResources: ~ 1 to update 3 unchangedDo you want to perform this refresh?No resources will be modified as part of this refresh; just your stack's state will be. details pulumi:pulumi:Stack: (same) [urn=urn:pulumi:dev::test-aws-1655-pf::pulumi:pulumi:Stack::test-aws-1655-pf-dev] ~ aws:appconfig/environment:Environment: (update) [id=e2suou4:3u5gdcd] [urn=urn:pulumi:dev::test-aws-1655-pf::aws:appconfig/environment:Environment::res] [provider=urn:pulumi:dev::test-aws-1655-pf::pulumi:providers:aws::aws-provider::4846d995-be31-41cf-8a47-f33b54bdde22] applicationId: "3u5gdcd" name : "pf-tags-test"Do you want to perform this refresh?No resources will be modified as part of this refresh; just your stack's state will be.
Affected Resource(s)
No response
Output of pulumi about
CLI
Version 3.120.0
Go Version go1.22.4
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws unknown
language yaml unknown
Host
OS darwin
Version 14.5
Arch arm64
This project is written in yaml
Current Stack: chall-pulumi-corp/test-aws-1655-pf/dev
TYPE URN
pulumi:pulumi:Stack urn:pulumi:dev::test-aws-1655-pf::pulumi:pulumi:Stack::test-aws-1655-pf-dev
pulumi:providers:aws urn:pulumi:dev::test-aws-1655-pf::pulumi:providers:aws::aws-provider
pulumi:providers:aws urn:pulumi:dev::test-aws-1655-pf::pulumi:providers:aws::default
aws:appconfig/application:Application urn:pulumi:dev::test-aws-1655-pf::aws:appconfig/application:Application::app
aws:appconfig/environment:Environment urn:pulumi:dev::test-aws-1655-pf::aws:appconfig/environment:Environment::res
Found no pending operations associated with dev
Backend
Name pulumi.com
URL https://app.pulumi.com/chall-pulumi-corp
User chall-pulumi-corp
Organizations chall-pulumi-corp, pulumi
Token type personal
No dependencies found
Pulumi locates its logs in /var/folders/3b/6mr1jkqx7r797ff75k27jfjc0000gn/T/ by default
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).
The text was updated successfully, but these errors were encountered:
re pulumi/pulumi-aws#4080
I've noticed different behavior between sdkv2 and pf resources.
Sometimes if you do not provide a value for a map property it will write
an empty value to the outputs (i.e. `{ "tagsAll": {} }`).
When diff is called, the `olds` show the empty object value and the news
show no entry at all. sdkv2 resources handle this and do not display any
diff whereas pf resources show a diff.
Describe what happened
With the new refresh logic in [email protected] some resources have a permanent diff on
tagsAll
when that is not provided.This is causing some of our tests to fail
https://github.com/pulumi/pulumi-aws/actions/runs/9510947700/job/26232303592?pr=4077
Sample program
Log output
grpc logs
CLI 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).
The text was updated successfully, but these errors were encountered: