ad_computer
manages computer objects in an AD tree.
variable "name" { default = "test" }
variable "pre2kname" { default = "TEST" }
resource "ad_computer" "c" {
name = var.name
pre2kname = var.pre2kname
}
name
(String) The name for the computer account.container
(String) The DN of the container used to hold the computer account.description
(String) Specifies a description of the object. This parameter sets the value of the Description property for the computer object.id
(String) The ID of this resource.pre2kname
(String) The pre-win2k name for the computer account.dn
(String)guid
(String)sid
(String) The SID of the computer object.Import is supported using the following syntax:
$ terraform import ad_computer 9CB8219C-31FF-4A85-A7A3-9BCBB6A41D02