mirror of
https://github.com/hashicorp/terraform-plugin-framework-nettypes
synced 2026-04-05 19:07:23 +00:00
No description
- Go 99.9%
- Makefile 0.1%
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> |
||
|---|---|---|
| .changes | ||
| .github | ||
| cidrtypes | ||
| hwtypes | ||
| iptypes | ||
| META.d | ||
| tools | ||
| .changie.yaml | ||
| .copywrite.hcl | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| CHANGELOG.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Terraform Plugin Framework Networking Types
terraform-plugin-framework-nettypes 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 networking, such as IPv4 and IPv6 addresses.
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.