Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump terraform-json to v0.22.1 #5

Merged
merged 1 commit into from
May 30, 2024

Commits on May 30, 2024

  1. Bump terraform-json to v0.22.1

    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
    AislingHPE committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5fca4f3 View commit details
    Browse the repository at this point in the history