provider

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Int64DefaultValue

func Int64DefaultValue(v types.Int64) planmodifier.Int64

func New

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

func NewPersistentCounterResource

func NewPersistentCounterResource() resource.Resource

Types

type PersistentCounterProvider

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

func (*PersistentCounterProvider) Configure

func (*PersistentCounterProvider) DataSources

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

func (*PersistentCounterProvider) Metadata

func (*PersistentCounterProvider) Resources

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

func (*PersistentCounterProvider) Schema

type PersistentCounterProviderModel

type PersistentCounterProviderModel struct {
}

type PersistentCounterResource

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

func (*PersistentCounterResource) Configure

func (*PersistentCounterResource) Create

func (*PersistentCounterResource) Delete

func (*PersistentCounterResource) ImportState

func (*PersistentCounterResource) Metadata

func (*PersistentCounterResource) Read

func (*PersistentCounterResource) Schema

func (*PersistentCounterResource) Update

type PersistentCounterResourceModel

type PersistentCounterResourceModel struct {
	Id           types.String `tfsdk:"id"`
	Keys         types.List   `tfsdk:"keys"`
	Reuse        types.Bool   `tfsdk:"reuse"`
	InitialValue types.Int64  `tfsdk:"initial_value"`
	LastValue    types.Int64  `tfsdk:"last_value"`
	Values       types.Map    `tfsdk:"values"`
}

Jump to

Keyboard shortcuts

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