Versions in this module Expand all Collapse all v0 v0.1.1 Jan 9, 2025 v0.1.0 Jul 26, 2023 Changes in this version + func New(version string) func() provider.Provider + func NewDecryptDataSource() datasource.DataSource + func NewEncryptedDataResource() resource.Resource + type DecryptDataSource struct + func (d *DecryptDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...) + func (d *DecryptDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...) + func (d *DecryptDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) + func (d *DecryptDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...) + type DecryptDataSourceModel struct + Data types.String + DecryptedData types.String + Id types.String + PrivateKey types.String + PublicKey types.String + type EncryptEyamlProvider struct + func (p *EncryptEyamlProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...) + func (p *EncryptEyamlProvider) DataSources(ctx context.Context) []func() datasource.DataSource + func (p *EncryptEyamlProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...) + func (p *EncryptEyamlProvider) Resources(ctx context.Context) []func() resource.Resource + func (p *EncryptEyamlProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse) + type EncryptEyamlProviderModel struct + type EncryptedDataResource struct + func (r *EncryptedDataResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...) + func (r *EncryptedDataResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse) + func (r *EncryptedDataResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) + func (r *EncryptedDataResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...) + func (r *EncryptedDataResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...) + func (r *EncryptedDataResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse) + func (r *EncryptedDataResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) + func (r *EncryptedDataResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse) + type EncryptedDataResourceModel struct + Data types.String + EncryptedData types.String + Id types.String + PublicKey types.String