Versions in this module Expand all Collapse all v1 v1.0.0 May 20, 2025 Changes in this version + type Config struct + Algorithm string + Plaintext string + Salt string + func (*Config) FlatMapstructure() interface{ ... } + type Datasource struct + func (d *Datasource) ConfigSpec() hcldec.ObjectSpec + func (d *Datasource) Configure(raws ...interface{}) error + func (d *Datasource) Execute() (cty.Value, error) + func (d *Datasource) OutputSpec() hcldec.ObjectSpec + type DatasourceOutput struct + Result string + func (*DatasourceOutput) FlatMapstructure() interface{ ... } + type FlatConfig struct + Algorithm *string + Plaintext *string + Salt *string + func (*FlatConfig) HCL2Spec() map[string]hcldec.Spec + type FlatDatasourceOutput struct + Result *string + func (*FlatDatasourceOutput) HCL2Spec() map[string]hcldec.Spec