tfbridge.ProviderInfo.MuxWith
allows the mixin (muxing) of other providers to the bridged upstream Terraform
provider. With a provider mixin it's possible to add or replace resources and/or functions
(data sources) in the wrapped Terraform provider without having to change the upstream
code itself.