I note that the resourceADGroupToOUDelete method calls resourceADGroupToOURead to check the existence of the Group, any reason why the Create method cannot do the same? If I have an AD Group that exists it would be nice if that was quietly accepted and simply imported into the state file as the current view of the world, otherwise an update is performed if the properties are not as per your configured expectation of the object.
Instead Terraform throws errors and there is no nice way to resolve it. Lastly, as a manual way of introducing the AD Group into State, does this project support the import command?
I note that the resourceADGroupToOUDelete method calls resourceADGroupToOURead to check the existence of the Group, any reason why the Create method cannot do the same? If I have an AD Group that exists it would be nice if that was quietly accepted and simply imported into the state file as the current view of the world, otherwise an update is performed if the properties are not as per your configured expectation of the object.
Instead Terraform throws errors and there is no nice way to resolve it. Lastly, as a manual way of introducing the AD Group into State, does this project support the import command?