hashicorp / terraform-provider-googleworkspace

Terraform Provider for Google Workspace
https://registry.terraform.io/providers/hashicorp/googleworkspace
Mozilla Public License 2.0
129 stars 56 forks source link

googleworkspace_group aliases only work on resource creation #484

Open ahmadnassri opened 1 month ago

ahmadnassri commented 1 month ago

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:

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       = "my-group@domain.com"
  name        = "my group"
  aliases     = [ "my-group-alias@domain.com" ]
}

Expected Behavior

What should have happened?

Actual Behavior

What actually happened?