I created some resources using azure-native provid...
# general
m
I created some resources using azure-native provider, I configured the location for the provider, now I changed the way of creating the resources so I set the location directly on the resource (it is not taken from the provider configuration). Pulumi now wants to replace the resource because of the location changed from
UK South
to
uksouth
even though the provider was before also configured to
uksouth
. Any help here? What can I do? I tried to export the stack, change the location manually and import it back, but the problem remains. When I refresh the stack, it also returns back to
UK South
m
Sorry about the trouble. We’re tracking this issue in https://github.com/pulumi/pulumi-azure-native/issues/1809 but haven’t solved it yet. The last comment on the issue shows a workaround.
m
Thank you. I will use the workaround for the moment. I hope you will find the cause of this issue 🤞
I added some notes to the issue