vaultsecrets

package
v0.88.0 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MPL-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewVaultSecretsAppDataSource

func NewVaultSecretsAppDataSource() datasource.DataSource

func NewVaultSecretsAppIAMBindingResource added in v0.87.0

func NewVaultSecretsAppIAMBindingResource() resource.Resource

func NewVaultSecretsAppIAMPolicyResource added in v0.87.0

func NewVaultSecretsAppIAMPolicyResource() resource.Resource

func NewVaultSecretsAppResource

func NewVaultSecretsAppResource() resource.Resource

func NewVaultSecretsSecretDataSource

func NewVaultSecretsSecretDataSource() datasource.DataSource

func NewVaultSecretsSecretResource

func NewVaultSecretsSecretResource() resource.Resource

Types

type DataSourceVaultSecretsApp

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

func (*DataSourceVaultSecretsApp) Configure

func (*DataSourceVaultSecretsApp) Metadata

func (*DataSourceVaultSecretsApp) Read

func (*DataSourceVaultSecretsApp) Schema

type DataSourceVaultSecretsAppModel

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

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

func (*DataSourceVaultSecretsSecret) Configure

func (*DataSourceVaultSecretsSecret) Metadata

func (*DataSourceVaultSecretsSecret) Read

func (*DataSourceVaultSecretsSecret) Schema

type DataSourceVaultSecretsSecretModel

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 VaultSecretsApp

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"`
	ResourceName   types.String `tfsdk:"resource_name"`
}

type VaultSecretsSecret

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