Get the details of an Active Directory Group Policy Object.
data "ad_gpo" "g" {
name = "Some GPO"
}
output "gpo_uuid" {
value = data.ad_gpo.g.guid
}
guid
(String) GUID of the GPO.id
(String) The ID of this resource.name
(String) Name of the GPO.domain
(String) Domain of the GPO.