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

googleworkspace_group aliases only work on resource creation #484

Open
ahmadnassri opened this issue Jun 11, 2024 · 0 comments
Open

googleworkspace_group aliases only work on resource creation #484

ahmadnassri opened this issue Jun 11, 2024 · 0 comments

Comments

@ahmadnassri
Copy link

ahmadnassri commented Jun 11, 2024

Hi there,

Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.

Terraform Version

Run terraform -v to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.

Terraform v1.7.5

Affected Resource(s)

Please list the resources as a list, for example:

  • googleworkspace_group

If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.

Terraform Configuration Files

resource "googleworkspace_group" "my_group" {
  email       = "[email protected]"
  name        = "my group"
  aliases     = [ "[email protected]" ]
}

Expected Behavior

What should have happened?

  • on resource creation (group) this works as expected
  • on updating existing resources (group), there is no change to aliases settings in Google Workspace

Actual Behavior

What actually happened?

  • when updating the aliases array, the same aliases should be reflected in the Google Workspace UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant