You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Marking unused arguments as such
* temporary: attributepath helpers
* Introducing `schemavalidator` package
* CHANGELOG entry
* Removing any reference to `tftypes.AttributePath` in favour of `path.*`
* Bump up to latest version of `terraform-plugin-framework`
* Fix changelog entries
* Update helpers with a `pathutils` sub-package to help with the new `path.Expressions` manipulation
* Update all `schemavalidator`s to use `path.Expressions`
* Updating dependencies
* Update .changelog/42.txt
Co-authored-by: Brian Flad <[email protected]>
* Apply suggestions from code review
Co-authored-by: Brian Flad <[email protected]>
* Update schemavalidator/at_least_one_of.go
Co-authored-by: Brian Flad <[email protected]>
* PR review feedback
* Making the `schemavalidator` permissive when the involved attributes' values are `Unknown`
* Further PR review tweaks
* Renamed 'RequiredWith' to 'AlsoRequires', and also updated the godoc
* Making use of the new `.Append()` method added to `path.Paths` and `path.Expressions`
* deps: Update github.com/hashicorp/terraform-plugin-framework@main
* schemavalidator: Updates to use (Expression).MergeExpressions()
Co-authored-by: Brian Flad <[email protected]>
0 commit comments