i wonder why pulumi would create all my resources ...
# aws
a
i wonder why pulumi would create all my resources in the correct account but not this particular certificate… it looks like it has been issued and validated but the cert is in my top level AWS account while all other resources are in aws org child account
s
Depending how its set up, check your access keys. Prolly pointed to incorrect account. If not, did you create a new aws provider and supply the customopts for provider?
a
I did create a new provider, i am thinking that may be it
i’ll check the custom options, all of the resources are being created in the correct account except for what was provisioned with the provider. I’ll take a look, thanks for the info!