ad_ou
manages OU objects in an AD tree.
resource "ad_ou" "o" {
name = "gplinktestOU"
path = "dc=yourdomain,dc=com"
description = "OU for gplink tests"
protected = false
}
name
(String) Name of the OU.description
(String) Description of the OU.id
(String) The ID of this resource.path
(String) DN of the object that contains the OU.protected
(Boolean) Protect this OU from being deleted accidentaly.dn
(String) The OU's DN.guid
(String) The OU's GUID.Import is supported using the following syntax:
$ terraform import ad_ou.o 9CB8219C-31FF-4A85-A7A3-9BCBB6A41D02