vaultsecrets

package
v0.96.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2024 License: MPL-2.0 Imports: 30 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 NewVaultSecretsDynamicSecretDataSource added in v0.94.0

func NewVaultSecretsDynamicSecretDataSource() datasource.DataSource

func NewVaultSecretsIntegrationAWSResource added in v0.96.0

func NewVaultSecretsIntegrationAWSResource() resource.Resource

func NewVaultSecretsIntegrationGCPResource added in v0.96.0

func NewVaultSecretsIntegrationGCPResource() resource.Resource

func NewVaultSecretsIntegrationMongoDBAtlasResource added in v0.96.0

func NewVaultSecretsIntegrationMongoDBAtlasResource() resource.Resource

func NewVaultSecretsIntegrationTwilioResource added in v0.96.0

func NewVaultSecretsIntegrationTwilioResource() resource.Resource

func NewVaultSecretsRotatingSecretDataSource added in v0.91.0

func NewVaultSecretsRotatingSecretDataSource() datasource.DataSource

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 DataSourceVaultSecretsDynamicSecret added in v0.94.0

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

func (*DataSourceVaultSecretsDynamicSecret) Configure added in v0.94.0

func (*DataSourceVaultSecretsDynamicSecret) Metadata added in v0.94.0

func (*DataSourceVaultSecretsDynamicSecret) Read added in v0.94.0

func (*DataSourceVaultSecretsDynamicSecret) Schema added in v0.94.0

type DataSourceVaultSecretsDynamicSecretModel added in v0.94.0

type DataSourceVaultSecretsDynamicSecretModel struct {
	// Config fields
	AppName    types.String `tfsdk:"app_name"`
	SecretName types.String `tfsdk:"secret_name"`

	// Data fields
	OrgID          types.String `tfsdk:"organization_id"`
	ProjectID      types.String `tfsdk:"project_id"`
	SecretProvider types.String `tfsdk:"secret_provider"`
	SecretValues   types.Map    `tfsdk:"secret_values"`
}

type DataSourceVaultSecretsRotatingSecret added in v0.91.0

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

func (*DataSourceVaultSecretsRotatingSecret) Configure added in v0.91.0

func (*DataSourceVaultSecretsRotatingSecret) Metadata added in v0.91.0

func (*DataSourceVaultSecretsRotatingSecret) Read added in v0.91.0

func (*DataSourceVaultSecretsRotatingSecret) Schema added in v0.91.0

type DataSourceVaultSecretsRotatingSecretModel added in v0.91.0

type DataSourceVaultSecretsRotatingSecretModel 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"`
	SecretValues   types.Map    `tfsdk:"secret_values"`
	SecretVersion  types.Int64  `tfsdk:"secret_version"`
	SecretProvider types.String `tfsdk:"secret_provider"`
}

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 IntegrationAWS added in v0.96.0

type IntegrationAWS struct {
	// Input fields
	ProjectID                 types.String `tfsdk:"project_id"`
	Name                      types.String `tfsdk:"name"`
	Capabilities              types.Set    `tfsdk:"capabilities"`
	AccessKeys                types.Object `tfsdk:"access_keys"`
	FederatedWorkloadIdentity types.Object `tfsdk:"federated_workload_identity"`

	// Computed fields
	OrganizationID types.String `tfsdk:"organization_id"`
	ResourceID     types.String `tfsdk:"resource_id"`
	ResourceName   types.String `tfsdk:"resource_name"`
	// contains filtered or unexported fields
}

type IntegrationGCP added in v0.96.0

type IntegrationGCP struct {
	// Input fields
	ProjectID                 types.String `tfsdk:"project_id"`
	Name                      types.String `tfsdk:"name"`
	Capabilities              types.Set    `tfsdk:"capabilities"`
	ServiceAccountKey         types.Object `tfsdk:"service_account_key"`
	FederatedWorkloadIdentity types.Object `tfsdk:"federated_workload_identity"`

	// Computed fields
	OrganizationID types.String `tfsdk:"organization_id"`
	ResourceID     types.String `tfsdk:"resource_id"`
	ResourceName   types.String `tfsdk:"resource_name"`
	// contains filtered or unexported fields
}

type IntegrationMongoDBAtlas added in v0.96.0

type IntegrationMongoDBAtlas struct {
	// Input fields
	ProjectID               types.String `tfsdk:"project_id"`
	Name                    types.String `tfsdk:"name"`
	Capabilities            types.Set    `tfsdk:"capabilities"`
	StaticCredentialDetails types.Object `tfsdk:"static_credential_details"`

	// Computed fields
	OrganizationID types.String `tfsdk:"organization_id"`
	ResourceID     types.String `tfsdk:"resource_id"`
	ResourceName   types.String `tfsdk:"resource_name"`
	// contains filtered or unexported fields
}

type IntegrationTwilio added in v0.96.0

type IntegrationTwilio struct {
	// Input fields
	ProjectID               types.String `tfsdk:"project_id"`
	Name                    types.String `tfsdk:"name"`
	Capabilities            types.Set    `tfsdk:"capabilities"`
	StaticCredentialDetails types.Object `tfsdk:"static_credential_details"`

	// Computed fields
	OrganizationID types.String `tfsdk:"organization_id"`
	ResourceID     types.String `tfsdk:"resource_id"`
	ResourceName   types.String `tfsdk:"resource_name"`
	// contains filtered or unexported fields
}

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