googleworkspace_users (Data Source)

Users data source in the Terraform Googleworkspace provider. Users resides under the https://www.googleapis.com/auth/admin.directory.user client scope.

Example Usage

data "googleworkspace_users" "my-domain-users" {}

output "num_users" {
  value = length(data.googleworkspace_users.my-domain-users.users)
}

Schema

Read-Only

Nested Schema for users

Read-Only:

Nested Schema for users.addresses

Read-Only:

Nested Schema for users.custom_schemas

Read-Only:

Nested Schema for users.emails

Read-Only:

Nested Schema for users.external_ids

Read-Only:

Nested Schema for users.ims

Read-Only:

Nested Schema for users.keywords

Read-Only:

Nested Schema for users.languages

Read-Only:

Nested Schema for users.locations

Read-Only:

Nested Schema for users.name

Read-Only:

Nested Schema for users.organizations

Read-Only:

Nested Schema for users.phones

Read-Only:

Nested Schema for users.posix_accounts

Read-Only:

Nested Schema for users.relations

Read-Only:

Nested Schema for users.ssh_public_keys

Read-Only:

Nested Schema for users.websites

Read-Only: