forked from opentofu/tofu-exec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is an issue in v0.17.1 of terrraform-json where state files can't be read when there are checks present, since checks are an arrray, and the tool tries to marshal them to a strruct. This causes an issue with the ShowStateFile function. Bumping terraform-json to the latest version and running `go mod tidy` to pull in its dependencies. Original issue in tfexec: hashicorp#415 Line which doesn't work currently in this repo: https://github.com/opentofu/tofu-exec/blob/e5963f176ec5f21e5d059428189439290554c25c/tfexec/show.go#L95-L99 Patch to terraform-json: hashicorp/terraform-json#101 Changlog from v0.17.1 to v0.22.1: https://github.com/hashicorp/terraform-json/releases
- Loading branch information
1 parent
e5963f1
commit 5fca4f3
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters