Domain Alias data source in the Terraform Googleworkspace provider. Domain Alias resides under the https://www.googleapis.com/auth/admin.directory.domain
client scope.
data "googleworkspace_domain_alias" "example" {
domain_alias_name = "alias-example.com"
}
output "parent-domain" {
value = data.googleworkspace_domain_alias.example.parent_domain_name
}
domain_alias_name
(String) The domain alias name.creation_time
(Number) Creation time of the domain alias.etag
(String) ETag of the resource.id
(String) The ID of this resource.parent_domain_name
(String) The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.verified
(Boolean) Indicates the verification state of a domain alias.