I'm importing an AWS organization into Pulumi and ...
# aws
m
I'm importing an AWS organization into Pulumi and it's showing
undefined
for a couple of service principals. Is that a bug?
and running
pulumi preview
it shows it would delete some service principals
If I replace those "undefined" with those service principals the diff shows no changes which is what I expect/want. Seems like a bug with the organization import.
l
Import does miss a few things from time to time; you've chosen a particularly wide-reaching resource to import 🙂 I would guess that this is not so much a bug, as working-as-intended (for now), feature-incomplete.
I would raise an issue.