secret

package
v0.0.1-build.2 Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSecretDataSource

func NewSecretDataSource() datasource.DataSource

func NewSecretResource

func NewSecretResource() resource.Resource

func NewSecretsDataSources

func NewSecretsDataSources() datasource.DataSource

Types

type SecretDataSource

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

func (*SecretDataSource) Configure

func (*SecretDataSource) Metadata

func (*SecretDataSource) Read

func (*SecretDataSource) Schema

type SecretDatasourceData

type SecretDatasourceData struct {
	Name         basetypes.StringValue `tfsdk:"name"`
	Type         basetypes.StringValue `tfsdk:"type"`
	Description  basetypes.StringValue `tfsdk:"description"`
	AccessRegion basetypes.StringValue `tfsdk:"access_region"`
	Owner        basetypes.StringValue `tfsdk:"owner"`
	Status       basetypes.StringValue `tfsdk:"status"`
	CreatedAt    basetypes.StringValue `tfsdk:"created_at"`
	UpdatedAt    basetypes.StringValue `tfsdk:"updated_at"`
}

type SecretResource

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

func (*SecretResource) Configure

func (*SecretResource) Create

Create implements resource.Resource.

func (*SecretResource) Delete

func (*SecretResource) Metadata

func (*SecretResource) Read

func (*SecretResource) Schema

func (*SecretResource) Update

type SecretResourceData

type SecretResourceData struct {
	Name             basetypes.StringValue `tfsdk:"name"`
	Type             basetypes.StringValue `tfsdk:"type"`
	Description      basetypes.StringValue `tfsdk:"description"`
	AccessRegion     basetypes.StringValue `tfsdk:"access_region"`
	Owner            basetypes.StringValue `tfsdk:"owner"`
	StringValue      basetypes.StringValue `tfsdk:"string_value"`
	CustomProperties basetypes.MapValue    `tfsdk:"custom_properties"`
	Status           basetypes.StringValue `tfsdk:"status"`
	CreatedAt        basetypes.StringValue `tfsdk:"created_at"`
	UpdatedAt        basetypes.StringValue `tfsdk:"updated_at"`
}

type SecretsDataSource

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

func (*SecretsDataSource) Configure

func (*SecretsDataSource) Metadata

func (*SecretsDataSource) Read

func (*SecretsDataSource) Schema

type SecretsDatasourceData

type SecretsDatasourceData struct {
	Items basetypes.ListValue `tfsdk:"items"`
}

Jump to

Keyboard shortcuts

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