This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
v1.0.0
We're finally releasing v1.0.0
of the SecretHub Terraform Provider. This release contains some minor changes and deprecations. But most importantly this release marks SecretHub's official support for the provider.
Added
charsets
field has been added to thegenerate
block in the secrets resource. This allows you to select characters used for secret generation. Options areall
,alphanumeric
,numeric
,lowercase
,uppercase
,letters
,symbols
andhuman-readable
.min
field has been added to thegenerate
block in the secrets resource. This allows you to specify a minimum number of occurrences of characters from a character set in a generated secret.- i386/x86 builds for Windows and Linux are now released.
Changed
- Examples now use Terraform 0.12 syntax.
- Release archives are now use
amd64
instead of64-bit
anddarwin
instead ofmacOS
in their names.
Deprecated
- The
use_symbols
field for secret generation is deprecated because it has been replaced bycharsets
.
Removed
- The previously deprecated
path_prefix
field is no longer supported.