Pryz / terraform-provider-ldap

LDAP provider for Terraform
MIT License
36 stars 31 forks source link

Using Terraform Data Sources as a method to determine current state #10

Open MnrGreg opened 5 years ago

MnrGreg commented 5 years ago

@Pryz,

Great work putting this module together. Have you considered using the Terraform Data Sources method to obtain the current state of an OU and its attributes? This would make for a smoother transition to target state.

This LDAP provider project seems to be one of the better ones but could really use this feature.

Greg

Pryz commented 5 years ago

Hey @MnrGreg that's a pretty good idea.

I'm not really working with this provider anymore but feel free to send a PR :)