Versions in this module Expand all Collapse all v0 v0.0.1 Aug 28, 2024 Changes in this version + type Factory func() (Interface, error) + func FactoryFixed(p Interface) Factory + type GetSchemaResponse struct + Diagnostics tfdiags.Diagnostics + Provisioner *configschema.Block + type Interface interface + Close func() error + GetSchema func() GetSchemaResponse + ProvisionResource func(ProvisionResourceRequest) ProvisionResourceResponse + Stop func() error + ValidateProvisionerConfig func(ValidateProvisionerConfigRequest) ValidateProvisionerConfigResponse + type ProvisionResourceRequest struct + Config cty.Value + Connection cty.Value + UIOutput UIOutput + type ProvisionResourceResponse struct + Diagnostics tfdiags.Diagnostics + type UIOutput interface + Output func(string) + type ValidateProvisionerConfigRequest struct + Config cty.Value + type ValidateProvisionerConfigResponse struct + Diagnostics tfdiags.Diagnostics