No description
  • Go 99.4%
  • Makefile 0.6%
Find a file
dependabot[bot] ed83722533
Bump github.com/hashicorp/copywrite from 0.25.1 to 0.25.2 in /tools (#153)
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>
2026-03-30 11:10:37 -04:00
.changes [Chore] Upgrade Go version to 1.25 (#152) 2026-03-13 10:27:33 -04:00
.github Bump actions/setup-go from 6.3.0 to 6.4.0 in the github-actions group (#154) 2026-03-30 10:26:21 -04:00
jsontypes Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#143) 2026-02-06 11:24:07 -05:00
META.d Add catalog metadata (META.d) (#112) 2025-05-13 08:17:17 -04:00
tools Bump github.com/hashicorp/copywrite from 0.25.1 to 0.25.2 in /tools (#153) 2026-03-30 11:10:37 -04:00
.changie.yaml [CI] terraform-devex-repos automation 2024-06-07 16:22:17 -04:00
.copywrite.hcl Add catalog metadata (META.d) (#112) 2025-05-13 08:17:17 -04:00
.gitignore Add CI, copywrite, and initial docs (#1) 2023-07-21 11:25:29 -04:00
.golangci.yml SEC-090: Automated trusted workflow pinning (2025-04-07) (#110) 2025-04-09 10:47:01 -05:00
.goreleaser.yml SEC-090: Automated trusted workflow pinning (2024-06-17) (#64) 2024-06-21 10:50:46 -04:00
CHANGELOG.md Update changelog 2024-09-09 18:41:25 +00:00
go.mod Bump the terraform-plugin group with 2 updates (#151) 2026-03-13 14:39:23 -04:00
go.sum Bump the terraform-plugin group with 2 updates (#151) 2026-03-13 14:39:23 -04:00
LICENSE Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#143) 2026-02-06 11:24:07 -05:00
Makefile Add CI, copywrite, and initial docs (#1) 2023-07-21 11:25:29 -04:00
README.md [Chore] Upgrade Go version to 1.25 (#152) 2026-03-13 10:27:33 -04:00

PkgGoDev

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.

Contributing

See .github/CONTRIBUTING.md

License

Mozilla Public License v2.0