Skip to content

Instantly share code, notes, and snippets.

@acornies
acornies / vault-breaking-changes-1.16.9-to-1.20.8.md
Last active April 2, 2026 17:54
HashiCorp Vault's breaking changes between 1.16.0 to 1.20.8

HashiCorp Vault Breaking Changes: v1.16.9 → v1.20.8

Compiled from the Vault CHANGELOG, GitHub releases, and the Important Changes documentation.
Only changes that alter existing behavior, remove prior functionality, or require operator action are included. Pure security advisories without behavioral impact are noted but not exhaustively listed.


v1.17.0 — June 12, 2024

| Area | Change | Details |

@acornies
acornies / terraform.log
Created November 9, 2020 23:51
terraform nomad_volume error
2020/11/09 17:12:15 [WARN] Provider "registry.terraform.io/hashicorp/nomad" produced an invalid plan for nomad_volume.airflow_data, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .deregister_on_destroy: planned value cty.True does not match config value cty.NullVal(cty.Bool)
2020/11/09 17:12:15 [TRACE] eval: *terraform.EvalCheckPlannedChange
2020/11/09 17:12:15 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2020/11/09 17:12:15 [TRACE] eval: *terraform.EvalGetProvider
2020/11/09 17:12:15 [TRACE] eval: *terraform.EvalReadState
2020/11/09 17:12:15 [TRACE] EvalReadState: reading state for nomad_volume.airflow_data
2020/11/09 17:12:15 [TRACE] EvalReadState: no state present for nomad_volume.airflow_data
2020/11/09 17:12:15 [TRACE] eval: *terraform.EvalReduceDiff