Domain resource manages Google Workspace Domains. Domain resides under the https://www.googleapis.com/auth/admin.directory.domain
client scope.
resource "googleworkspace_domain" "example" {
domain_name = "example.com"
}
domain_name
(String) The domain name of the customer.creation_time
(Number) Creation time of the domain. Expressed in Unix time format.domain_aliases
(List of String) asps.list of domain alias objects.etag
(String) ETag of the resource.id
(String) The ID of this resource.is_primary
(Boolean) Indicates if the domain is a primary domain.verified
(Boolean) Indicates the verification state of a domain.Import is supported using the following syntax:
terraform import googleworkspace_domain.example example.com