Data Providers
The data
block receives the data from data providers. There are two kinds of such providers:
- Built-in Providers: Bundled along with
togomak
, as part of the same source code. - External Providers: These providers are loaded dynamically, likely from a third-party registry, and are launched as subprocess and executes with the help of hashicorp/go-plugin (opens in a new tab).