Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage Domain Aliases #57

Closed
megan07 opened this issue May 18, 2021 · 0 comments · Fixed by #92
Closed

Manage Domain Aliases #57

megan07 opened this issue May 18, 2021 · 0 comments · Fixed by #92
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@megan07
Copy link
Contributor

megan07 commented May 18, 2021

Add functionality to manage domain aliases (resource and data source)

resource "googleworkspace_domain_alias" "alias" {
  parent_domain_name = "my-domain.com"
  domain_alias_name = "my-alias.com"
}

DomainAliases: https://developers.google.com/admin-sdk/directory/reference/rest/v1/domainAliases

@megan07 megan07 added the enhancement New feature or request label May 18, 2021
@megan07 megan07 added this to the Goals milestone May 21, 2021
@megan07 megan07 modified the milestones: Goals, 0.3.0 Jun 24, 2021
@megan07 megan07 self-assigned this Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant