Install config from config/install dir in update hook.
Issue:
You might maintain a Drupal contrib module and want to add some config at a later stage.
Solution:
The provided snippet implements a hook to create config.
Further information
Similar results can be achieved using the Configuration Replace module.