» google_project_organization_policy

Allows management of Organization policies for a Google Project. For more information see the official documentation

» Example Usage

data "google_project_organization_policy" "policy" {
  project    = "project-id"
  constraint = "constraints/serviceuser.services"
}

output "version" {
  value = "${data.google_project_organization_policy.policy.version}"
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

See google_project_organization_policy resource for details of the available attributes.