Skip to content

Commit

Permalink
set tags in resourceNetboxTenantRead
Browse files Browse the repository at this point in the history
  • Loading branch information
RageLtMan committed Oct 11, 2024
1 parent a107b8c commit dbeeeb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/resource_netbox_tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func resourceNetboxTenantRead(d *schema.ResourceData, m interface{}) error {
if res.GetPayload().Group != nil {
d.Set("group_id", res.GetPayload().Group.ID)
}
d.Set(tagsKey, getTagListFromNestedTagList(res.GetPayload().Tags))

return nil
}
Expand Down

0 comments on commit dbeeeb5

Please sign in to comment.