provider

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2023 License: Apache-2.0 Imports: 9 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 NewKeystoreDataSource

func NewKeystoreDataSource() datasource.DataSource

Types

type JksProvider

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

func (*JksProvider) Configure

func (*JksProvider) DataSources

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

func (*JksProvider) Metadata

func (*JksProvider) Resources

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

func (*JksProvider) Schema

type JksProviderModel

type JksProviderModel struct{}

type KeystoreDataSource

type KeystoreDataSource struct{}

KeystoreDataSource defines the data source implementation.

func (*KeystoreDataSource) Metadata

func (*KeystoreDataSource) Read

func (*KeystoreDataSource) Schema

type KeystoreDataSourceModel

type KeystoreDataSourceModel struct {
	// Input values
	KeyPair  types.Set    `tfsdk:"key_pair"`
	Password types.String `tfsdk:"password"`
	// Computed values
	JksB64 types.String `tfsdk:"jks_base64"`
}

KeystoreDataSourceModel describes the data source data model.

Jump to

Keyboard shortcuts

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