Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 488 Bytes

muxwith.md

File metadata and controls

9 lines (7 loc) · 488 Bytes

Muxing Providers

tfbridge.ProviderInfo.MuxWith

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.