Adding a custom block to specific product type view pages in Magento 2
To add a custom block to specific product type view pages, use product type dependent layout updates catalog_product_view_type_{prodyct_type}.xml (catalog_product_view_type_ grouped.xml). For instance:
More tips from Magento 2 Developer’s Cookbook

