provider

package
v0.0.0-...-d3968db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2024 License: MPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() provider.Provider

func NewBuildCommand

func NewBuildCommand() resource.Resource

func NewBuildOutput

func NewBuildOutput() datasource.DataSource

Types

type BuildCommand

type BuildCommand struct {
	// contains filtered or unexported fields
}

BuildCommand defines the resource implementation.

func (*BuildCommand) Configure

func (*BuildCommand) Create

func (*BuildCommand) Delete

func (*BuildCommand) ImportState

func (*BuildCommand) Metadata

func (*BuildCommand) Read

func (*BuildCommand) Schema

func (*BuildCommand) Update

type BuildCommandModel

type BuildCommandModel struct {
	SourcePath types.String `tfsdk:"source_path"`
	Commands   types.List   `tfsdk:"commands"`
	Data       types.List   `tfsdk:"data"`
}

BuildCommandModel describes the resource data model.

type BuildOutput

type BuildOutput struct{}

BuildOutput defines the data source implementation.

func (*BuildOutput) Configure

func (*BuildOutput) Metadata

func (*BuildOutput) Read

func (*BuildOutput) Schema

type BuildOutputModel

type BuildOutputModel struct {
	ConfigurableAttribute types.String `tfsdk:"configurable_attribute"`
	Id                    types.String `tfsdk:"id"`
}

BuildOutputModel describes the data source data model.

type NextJSProvider

type NextJSProvider struct {
	// contains filtered or unexported fields
}

NextJSProvider defines the provider implementation.

func (*NextJSProvider) Configure

func (*NextJSProvider) DataSources

func (p *NextJSProvider) DataSources(ctx context.Context) []func() datasource.DataSource

func (*NextJSProvider) Metadata

func (*NextJSProvider) Resources

func (p *NextJSProvider) Resources(ctx context.Context) []func() resource.Resource

func (*NextJSProvider) Schema

type NextJSProviderModel

type NextJSProviderModel struct {
	Executable types.String `tfsdk:"executable"`
}

NextJSProviderModel describes the provider data model.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL