No description
  • Go 99.5%
  • Makefile 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 8f390e20d1
Bump the github-actions group across 1 directory with 3 updates (#171)
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 22:05:16 -04:00
.changes [Chore] Upgrade Go version to 1.25 (#158) 2026-03-13 10:36:52 -04:00
.github Bump the github-actions group across 1 directory with 3 updates (#171) 2026-07-16 22:05:16 -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 golang.org/x/crypto from 0.45.0 to 0.52.0 in /tools (#170) 2026-07-16 17:53:26 -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