mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-28 11:11:11 +01:00
Terraform 1.6.x seems to have some incompatiblity with the current version fo enos and its usage of tfjson. Pin to 1.5.x until it has been resolved. ``` │ Error: json: cannot unmarshal array into Go struct field rawState.checks of type tfjson.CheckResultStatic │ ``` Signed-off-by: Ryan Cragun <me@ryan.ec>