Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@jpcoenen jpcoenen released this 09 Apr 16:09
· 134 commits to master since this release
v1.0.0
1bb5786

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 the generate block in the secrets resource. This allows you to select characters used for secret generation. Options are all, alphanumeric, numeric, lowercase, uppercase, letters, symbols and human-readable.
  • min field has been added to the generate 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 of 64-bit and darwin instead of macOS in their names.

Deprecated

  • The use_symbols field for secret generation is deprecated because it has been replaced by charsets.

Removed

  • The previously deprecated path_prefix field is no longer supported.