Versions in this module Expand all Collapse all v0 v0.3.0 Aug 24, 2026 v0.2.0 Aug 12, 2026 Changes in this version + type Plugins interface + func NewRuntimePlugins(plugins plugins.Library) Plugins + func NewRuntimePluginsTemp(providerManager plugins.ProviderManager, ...) Plugins + type Providers interface + Close func(ctx context.Context) error + type ProvisionerOutput func(string) + func (fn ProvisionerOutput) Output(str string) + type Provisioners interface + ProvisionResource func(ctx context.Context, typ string, config cty.Value, connection cty.Value, ...) tfdiags.Diagnostics