Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are Terraform Imports supported #27

Closed
tfmm opened this issue Jun 11, 2024 · 1 comment
Closed

Are Terraform Imports supported #27

tfmm opened this issue Jun 11, 2024 · 1 comment
Labels
question Further information is requested

Comments

@tfmm
Copy link

tfmm commented Jun 11, 2024

Question

Is it possible to import existing resources in FreeIPA into terraform using this provider? We have an already extensive FreeIPA implementation that I am attempting to move into terraform, and I do not see any documentation around importing with this provider. 
@tfmm tfmm added the question Further information is requested label Jun 11, 2024
@infra-monkey
Copy link
Contributor

Not really, you can import resources but the resource will only be populated with id
The next plan will add/modify the other fields.

If you want to give it a go and make a PR for the import feature, that would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Development

No branches or pull requests

3 participants