Merged
Conversation
austinvalle
commented
Feb 27, 2026
| github.com/hashicorp/hc-install v0.9.3 | ||
| github.com/hashicorp/terraform-exec v0.25.0 | ||
| github.com/hashicorp/terraform-json v0.27.2 | ||
| github.com/hashicorp/terraform-json v0.27.3-0.20260213134036-298b8f6b673a |
Member
Author
There was a problem hiding this comment.
As with other PRs dependent on unreleased Go modules, we'll need to update to use the latest version of terraform-json before releasing (technically it's not that big of a deal, since we're releasing a binary, but probably should anyways 🤷🏻 )
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
N/A
Description
This PR adds support for state store documentation to the
generate,migrate, andvalidatecommands, similar to past PRs for ephemeral resources and list resources (#415, #528).I just used the resource template for these since they share the same schema ATM and very similar to list resource schemas (config-only)
State stores are currently only available in TF 1.15 alpha releases, and likely won't be released until 1.16 at the earliest 👍🏻
Rollback Plan
Changes to Security Controls
No