This message was deleted.
# aws
s
This message was deleted.
b
If you look at the issue, you can change the physical name of the resource, if that helps somehow
b
yeah somehow keying the resource name off the bucket config was the only thing i could think of. thanks for clarifying. is there anything else I can do to help that issue along other than +1ing that github issue? would outlining my specific use case be useful at all?
b
that would be super helpful, thank yiu!
b
added a comment. thanks for your time 👌
n
In the meantime, if you know the Pulumi URN of the resource when you run
pulumi up
then you could manually replace it with
pulumi up --replace <urn>
. When you run
pulumi up
normally the preview will tell you that this resource will be updated, so you can spot it at that point and re-run with the
--replace
.