Unable to import terrform configurations for Okta infrastructure #1417
mjsharma88
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to explore terraformer to import our already existing Okta infrastructure.
I have windows machine and followed the installation steps mentioned on https://github.com/GoogleCloudPlatform/terraformer/.
I actually used "chocolatey" to install terraformer on my machine as steps mentioned under "windows" sections did not work for me.
$ terraformer version
Terraformer v0.8.13
When I run "terraformer import" command then I see the following:
manishasharma@EG-PC2CH4PC MINGW64 ~/learn-terraformer
$ terraformer import
Import current state to Terraform configuration
Usage:
import [command]
Available Commands:
aws Import current state to Terraform configuration from AWS
plan Import planned state to Terraform configuration
Flags:
-h, --help help for import
Use " import [command] --help" for more information about a command.
As you can see above that the only available terraform import commands are for "aws". However, I need it for "okta".
Please note I also installed okta provider from the link https://github.com/GoogleCloudPlatform/terraformer/releases and set the "PATH" variable via system environment variable.
Any leads/help on this would be highly appreciated.
Thanks
Manisha Sharma
Beta Was this translation helpful? Give feedback.
All reactions