Domain Alias resource manages Google Workspace Domain Aliases. Domain Alias resides under the https://www.googleapis.com/auth/admin.directory.domain
client scope.
resource "googleworkspace_domain_alias" "example" {
parent_domain_name = "example.com"
domain_alias_name = "alias-example.com"
}
domain_alias_name
(String) The domain alias name.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.creation_time
(Number) Creation time of the domain alias.etag
(String) ETag of the resource.id
(String) The ID of this resource.verified
(Boolean) Indicates the verification state of a domain alias.Import is supported using the following syntax:
terraform import googleworkspace_domain_alias.example alias-example.com