https://pulumi.com logo
e

elegant-crayon-4967

01/23/2020, 9:33 PM
If a resource is created with a provider
Copy code
const foo = new aws.resource(name { provider: my provider })
and that provider information is changed, Pulumi doesn’t seem to recognize that change to the resource. This is helpful in changing accounts for resources or regions on the resource.
w

white-balloon-205

01/23/2020, 9:44 PM
Yeah - this is being tracked in https://github.com/pulumi/pulumi-terraform-bridge/issues/14. We can improve this to be "smarter" about what provider changes require replacement (and which dont).
e

elegant-crayon-4967

01/23/2020, 9:45 PM
good deal. Glad to know it’s tracked 🙂