Skip to content

Commit

Permalink
fix: update JSON schema with TerraformLockEntry
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gosteli <thomas.gosteli@protonmail.ch>
  • Loading branch information
ghouscht authored and wagoodman committed Nov 12, 2024
1 parent 8c56a1a commit 8c06316
Show file tree
Hide file tree
Showing 10 changed files with 2,854 additions and 29 deletions.
2 changes: 1 addition & 1 deletion internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package internal
const (
// JSONSchemaVersion is the current schema version output by the JSON encoder
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "16.0.18"
JSONSchemaVersion = "16.0.19"
)
Loading

0 comments on commit 8c06316

Please sign in to comment.