provider

package
v0.72.1 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: MPL-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFrameworkProvider added in v0.71.0

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

func NewVaultSecretsAppDataSource added in v0.71.0

func NewVaultSecretsAppDataSource() datasource.DataSource

func NewVaultSecretsAppResource added in v0.71.0

func NewVaultSecretsAppResource() resource.Resource

func NewVaultSecretsSecretDataSource added in v0.71.0

func NewVaultSecretsSecretDataSource() datasource.DataSource

func NewVaultSecretsSecretResource added in v0.71.0

func NewVaultSecretsSecretResource() resource.Resource

Types

type DataSourceVaultSecretsApp added in v0.71.0

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

func (*DataSourceVaultSecretsApp) Configure added in v0.71.0

func (*DataSourceVaultSecretsApp) Metadata added in v0.71.0

func (*DataSourceVaultSecretsApp) Read added in v0.71.0

func (*DataSourceVaultSecretsApp) Schema added in v0.71.0

type DataSourceVaultSecretsAppModel added in v0.71.0

type DataSourceVaultSecretsAppModel struct {
	ID        types.String `tfsdk:"id"`
	AppName   types.String `tfsdk:"app_name"`
	ProjectID types.String `tfsdk:"project_id"`
	OrgID     types.String `tfsdk:"organization_id"`
	Secrets   types.Map    `tfsdk:"secrets"`
}

type DataSourceVaultSecretsSecret added in v0.71.0

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

func (*DataSourceVaultSecretsSecret) Configure added in v0.71.0

func (*DataSourceVaultSecretsSecret) Metadata added in v0.71.0

func (*DataSourceVaultSecretsSecret) Read added in v0.71.0

func (*DataSourceVaultSecretsSecret) Schema added in v0.71.0

type DataSourceVaultSecretsSecretModel added in v0.71.0

type DataSourceVaultSecretsSecretModel struct {
	ID          types.String `tfsdk:"id"`
	AppName     types.String `tfsdk:"app_name"`
	ProjectID   types.String `tfsdk:"project_id"`
	OrgID       types.String `tfsdk:"organization_id"`
	SecretName  types.String `tfsdk:"secret_name"`
	SecretValue types.String `tfsdk:"secret_value"`
}

type ProviderFramework added in v0.71.0

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

This is an implementation using the Provider framework Docs can be found here: https://developer.hashicorp.com/terraform/plugin/framework NOTE: All other resources and data sources for other products can be found in the providersdkv2 folder at the same level

func (*ProviderFramework) Configure added in v0.71.0

func (*ProviderFramework) DataSources added in v0.71.0

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

func (*ProviderFramework) Metadata added in v0.71.0

func (*ProviderFramework) Resources added in v0.71.0

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

func (*ProviderFramework) Schema added in v0.71.0

type ProviderFrameworkConfiguration added in v0.71.0

type ProviderFrameworkConfiguration struct {
	Client *clients.Client
}

type ProviderFrameworkModel added in v0.71.0

type ProviderFrameworkModel struct {
	ClientSecret types.String `tfsdk:"client_secret"`
	ClientID     types.String `tfsdk:"client_id"`
	ProjectID    types.String `tfsdk:"project_id"`
}

type VaultSecretsApp added in v0.71.0

type VaultSecretsApp struct {
	ID             types.String `tfsdk:"id"`
	AppName        types.String `tfsdk:"app_name"`
	Description    types.String `tfsdk:"description"`
	ProjectID      types.String `tfsdk:"project_id"`
	OrganizationID types.String `tfsdk:"organization_id"`
}

type VaultSecretsSecret added in v0.71.0

type VaultSecretsSecret struct {
	ID             types.String `tfsdk:"id"`
	AppName        types.String `tfsdk:"app_name"`
	SecretName     types.String `tfsdk:"secret_name"`
	SecretValue    types.String `tfsdk:"secret_value"`
	ProjectID      types.String `tfsdk:"project_id"`
	OrganizationID types.String `tfsdk:"organization_id"`
}

Jump to

Keyboard shortcuts

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