Skip to content

v3.8.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 23:44
· 288 commits to main since this release
6a277c7

IMPROVEMENTS:

  • Add bootstrap field to Consul backend resources: (#1571)
  • Add data field to KV data sources: (#1577)

BUGS:

  • fix: remove unnecessary nesting of secret data for KV-V1 secrets: (#1570)

NOTES:

  • vault_kv_secret no longer stores secrets in Vault under a nested data object.
    In versions 3.8.1 and below, the kv resource inadvertently nested the value under data.
    To remedy this please update any consumers of this KV and run a terraform apply to properly set the value.