terraform-provider-google/website/docs/d/google_active_folder.html.markdown
2017-12-11 09:57:19 -08:00

792 B

layout page_title sidebar_current description
google Google: google_active_folder docs-google-datasource-active-folder Get a folder within GCP.

google_active_folder

Get an active folder within GCP by display_name and parent.

Example Usage

data "google_active_folder" "department1" {
  display_name = "Department 1"
  parent = "organizations/1234567"
}

Argument Reference

The following arguments are supported:

  • display_name - (Required) The folder's display name.

  • parent - (Required) The resource name of the parent Folder or Organization.

Attributes Reference

In addition to the arguments listed above, the following attributes are exported:

  • name - The resource name of the Folder. This uniquely identifies the folder.