You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: