mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-08 04:11:39 +01:00
* HCL dup attr deprecation: pending removal * correct docs * add changelog * better error message for possible common errors * Update website/content/partials/deprecation/duplicate-hcl-attributes.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/partials/deprecation/duplicate-hcl-attributes.mdx Co-authored-by: Luis (LT) Carbonell <lt.carbonell@hashicorp.com> --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: Luis (LT) Carbonell <lt.carbonell@hashicorp.com>
5 lines
304 B
Plaintext
5 lines
304 B
Plaintext
```release-note:deprecation
|
|
core: disallow usage of duplicate attributes in HCL configuration files and policy definitions, which were already
|
|
deprecated. For now those errors can be suppressed back to warnings by setting the environment variable
|
|
VAULT_ALLOW_PENDING_REMOVAL_DUPLICATE_HCL_ATTRIBUTES.
|
|
``` |