No description
  • Go 99.5%
  • Makefile 0.5%
Find a file
dependabot[bot] 2ad0f6fcb1
Bump github.com/hashicorp/copywrite from 0.25.1 to 0.25.2 in /tools (#159)
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:15:04 -04:00
.changes [Chore] Upgrade Go version to 1.25 (#158) 2026-03-13 10:36:52 -04:00
.github Bump actions/setup-go from 6.3.0 to 6.4.0 in the github-actions group (#160) 2026-03-30 10:27:20 -04:00
META.d Add catalog metadata (META.d) (#119) 2025-05-13 08:16:29 -04:00
timetypes Bump github.com/hashicorp/copywrite from 0.22.0 to 0.24.2 in /tools (#150) 2026-02-06 11:24:13 -05:00
tools Bump github.com/hashicorp/copywrite from 0.25.1 to 0.25.2 in /tools (#159) 2026-03-30 11:15:04 -04:00
.changie.yaml [CI] terraform-devex-repos automation 2024-06-07 16:22:31 -04:00
.copywrite.hcl Add catalog metadata (META.d) (#119) 2025-05-13 08:16:29 -04:00
.gitignore Add CI, copywrite, and initial docs (#1) 2023-07-21 11:26:57 -04:00
.golangci.yml SEC-090: Automated trusted workflow pinning (2025-04-07) (#117) 2025-04-09 10:46:51 -05:00
.goreleaser.yml SEC-090: Automated trusted workflow pinning (2024-06-17) (#69) 2024-06-21 11:21:10 -04:00
CHANGELOG.md Update changelog 2024-08-06 14:10:14 +00:00
go.mod Bump the terraform-plugin group with 2 updates (#157) 2026-03-13 14:38:45 -04:00
go.sum Bump the terraform-plugin group with 2 updates (#157) 2026-03-13 14:38:45 -04:00
LICENSE Bump github.com/hashicorp/copywrite from 0.22.0 to 0.24.2 in /tools (#150) 2026-02-06 11:24:13 -05:00
Makefile Add CI, copywrite, and initial docs (#1) 2023-07-21 11:26:57 -04:00
README.md [Chore] Upgrade Go version to 1.25 (#158) 2026-03-13 10:36:52 -04:00

PkgGoDev

Terraform Plugin Framework Time Types

terraform-plugin-framework-timetypes 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 time, such as RFC3339.

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