mirror of
https://github.com/hashicorp/terraform-plugin-framework-jsontypes
synced 2026-04-05 19:07:22 +00:00
No description
- Go 99.4%
- Makefile 0.6%
Bumps [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) from 0.25.1 to 0.25.2. - [Release notes](https://github.com/hashicorp/copywrite/releases) - [Commits](https://github.com/hashicorp/copywrite/compare/v0.25.1...v0.25.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/copywrite dependency-version: 0.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .changes | ||
| .github | ||
| jsontypes | ||
| META.d | ||
| tools | ||
| .changie.yaml | ||
| .copywrite.hcl | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| CHANGELOG.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Terraform Plugin Framework JSON Types
terraform-plugin-framework-jsontypes is a Go module containing common Custom Type implementations for terraform-plugin-framework. It aims to provide RFC-based validation and semantic equality for types related to JSON strings (RFC7159).
Terraform Plugin Framework Compatibility
This Go module is typically kept up to date with the latest terraform-plugin-framework releases to ensure all Custom Type functionality is available.
Go Compatibility
This Go module follows terraform-plugin-framework Go compatibility.
Currently that means Go 1.25 must be used when developing and testing code.