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

Commit f532c1c

Browse files
dleserDeviaVir
authored andcommitted
email attribute needed to prevent crash in subsequent state refresh (#91)
1 parent deb9162 commit f532c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gsuite/resource_group_settings.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@ func resourceGroupSettingsImporter(d *schema.ResourceData, meta interface{}) ([]
12511251
d.Set("custom_footer_text", id.CustomFooterText)
12521252
d.Set("custom_reply_to", id.CustomReplyTo)
12531253
d.Set("description", id.Description)
1254+
d.Set("email", id.Email)
12541255
d.Set("favorite_replies_on_top", id.FavoriteRepliesOnTop)
12551256
d.Set("include_custom_footer", id.IncludeCustomFooter)
12561257
d.Set("include_in_global_address_list", id.IncludeInGlobalAddressList)

0 commit comments

Comments
 (0)