This message was deleted.
# aws
s
This message was deleted.
b
can you show me the full diff? I think you can work around this with aliases
a
Copy code
++aws:rds/instance:Instance: (create-replacement)
        [id=database128736]
        [urn=urn:pulumi:precise::lytt::aws:rds/instance:Instance::database]
        [provider=urn:pulumi:precise::lytt::pulumi:providers:aws::provider::634a5466-1c03-4524-a582-fede56d53694]
      + dbName: "database"
    +-aws:rds/instance:Instance: (replace)
        [id=database128736]
        [urn=urn:pulumi:precise::lytt::aws:rds/instance:Instance::database]
        [provider=urn:pulumi:precise::lytt::pulumi:providers:aws::provider::634a5466-1c03-4524-a582-fede56d53694]
    --aws:rds/instance:Instance: (delete-replaced)
        [id=database128736]
        [urn=urn:pulumi:precise::lytt::aws:rds/instance:Instance::database]
        [provider=urn:pulumi:precise::lytt::pulumi:providers:aws::provider::634a5466-1c03-4524-a582-fede56d53694]
I tried setting up some aliases by myself, but it didn't work.
a
Hi @ambitious-father-68746, have you managed to solve this?
a
Yes-ish. I gave it a try again after the latest round of updates and it started working as expected when I switched to
db_name
. I'm happy.