How can I import Okta admin user via Terraform

How can I import Okta admin user via Terraform ? Is there any way to do it? or example

Hi what exactly do you want to achieve?

Have you already looked at the Okta Provider docs? - Terraform Registry

1 Like

Hi @Ozzzy
I would recommend having a look at the okta users terraform datasource. You can use a data block to import a user or users and include their administrator roles as outlined in the docs.

image

The user datasource also has the capability to include admin roles.