vaultsecure

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2022 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAccessKeyNotFound = errors.New("AWS access key with the given AwsAccessKeyID was not found within the given user")

Functions

func New

func New() tfsdk.Provider

Types

type AwsSecretAccessKey

type AwsSecretAccessKey struct {
	ID types.String `tfsdk:"id"`

	AwsIamUsername           types.String `tfsdk:"aws_iam_username"`
	AwsAccessKeyID           types.String `tfsdk:"aws_access_key_id"`
	AwsAccessKeyCreationDate types.String `tfsdk:"aws_access_key_creation_date"`

	VaultEnginePath  types.String `tfsdk:"vault_engine_path"`
	VaultAccessKeyID types.String `tfsdk:"vault_access_key_id"`
}

Jump to

Keyboard shortcuts

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