No description
  • Go 99.4%
  • Makefile 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 966d7bf9dd
bump the github-actions group across 1 directory with 3 updates (#165)
Bumps the github-actions group with 3 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action).


Updates `actions/setup-go` from 6.5.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](924ae3a1cd...b7ad1dad31)

Updates `golangci/golangci-lint-action` from 9.2.1 to 9.3.0
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](82606bf257...ba0d7d2ec0)

Updates `goreleaser/goreleaser-action` from 7.2.2 to 7.2.3
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](5daf1e915a...f06c13b6b1)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: golangci/golangci-lint-action
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: goreleaser/goreleaser-action
  dependency-version: 7.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-16 21:56:18 -04:00
.changes [Chore] Upgrade Go version to 1.25 (#152) 2026-03-13 10:27:33 -04:00
.github bump the github-actions group across 1 directory with 3 updates (#165) 2026-07-16 21:56:18 -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 golang.org/x/crypto from 0.45.0 to 0.52.0 in /tools (#164) 2026-07-16 18:20:58 -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