mirror of
https://github.com/hashicorp/terraform-plugin-framework-timetypes
synced 2026-07-22 16:13:50 +00:00
No description
- Go 99.5%
- Makefile 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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]( |
||
| .changes | ||
| .github | ||
| META.d | ||
| timetypes | ||
| tools | ||
| .changie.yaml | ||
| .copywrite.hcl | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| CHANGELOG.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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.