ad_gpo (Resource)

ad_gpo manages Group Policy Objects (GPOs).

Example Usage

variable "domain" { default = "yourdomain.com" }
variable "name" { default = "tfGPO" }

resource "ad_gpo" "gpo" {
  name   = var.name
  domain = var.domain
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

$ terraform import ad_gpo 9CB8219C-31FF-4A85-A7A3-9BCBB6A41D02