Skip to content

Commit

Permalink
Add default primary_language to googleworkspace_group_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vCra authored May 1, 2024
1 parent 817deba commit c04ed59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/resource_group_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func resourceGroupSettings() *schema.Resource {
"the Google Workspace languages found at Google Workspace Email Settings API Email Language Tags.",
Type: schema.TypeString,
Optional: true,
Default: "en_US",
},
"is_archived": {
Description: "Allows the Group contents to be archived. If true, archive messages sent to the group. " +
Expand Down

0 comments on commit c04ed59

Please sign in to comment.