Is there a way to get the default AWS provider? I...
# golang
n
Is there a way to get the default AWS provider? I’m realizing that I created a bunch of resources without an explicit provider. This is fine, but now that I’d like to create multiple stacks with AssumeRole’d providers, I need to pass them in. But if you change anything about the provider that a resource was created with, Pulumi treats it as a
replace
operation. So i need a handle on the default provider to pass it in for backward compatibility. Grr any ideas?