Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

googleworkspace_group aliases only work on resource creation #484

Description

@ahmadnassri

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions