diff --git a/internal/provider/resource_group_settings.go b/internal/provider/resource_group_settings.go index 9a1c4888..4f434663 100644 --- a/internal/provider/resource_group_settings.go +++ b/internal/provider/resource_group_settings.go @@ -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. " +