Is there a way to import an existing Okta org and ...
# general
p
Is there a way to import an existing Okta org and it’s configurations similar to how we can with cloud providers like AWS and azure? https://www.pulumi.com/registry/packages/okta/api-docs/provider/
s
I’ve never done it, but in looking at the Okta OrgConfiguration object there’s a
pulumi import
command listed at the bottom of the page: https://www.pulumi.com/registry/packages/okta/api-docs/orgconfiguration/
p
Ah yeah I was looking at that as well. Ive got multiple orgs so its a bit scary if you miss a property or something as that will undo a setting if not careful
s
Totally get it.