Domain data source in the Terraform Googleworkspace provider. Domain resides under the https://www.googleapis.com/auth/admin.directory.domain
client scope.
data "googleworkspace_domain" "example" {
domain_name = "example.com"
}
output "domain_verified" {
value = data.googleworkspace_domain.example.verified
}
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.