No description
  • Go 99.9%
  • Makefile 0.1%
Find a file
dependabot[bot] 9a7e98146c
Bump github.com/hashicorp/copywrite from 0.25.1 to 0.25.2 in /tools (#160)
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:04:17 -04:00
.changes [Chore] Upgrade Go version to 1.25 (#159) 2026-03-13 10:28:24 -04:00
.github Bump actions/setup-go from 6.3.0 to 6.4.0 in the github-actions group (#161) 2026-03-30 10:26:49 -04:00
cidrtypes Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#151) 2026-02-06 11:25:47 -05:00
hwtypes Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#151) 2026-02-06 11:25:47 -05:00
iptypes Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#151) 2026-02-06 11:25:47 -05:00
META.d Add catalog metadata (META.d) (#118) 2025-05-13 08:16:55 -04:00
tools Bump github.com/hashicorp/copywrite from 0.25.1 to 0.25.2 in /tools (#160) 2026-03-30 11:04:17 -04:00
.changie.yaml [CI] terraform-devex-repos automation 2024-06-07 16:22:10 -04:00
.copywrite.hcl Add catalog metadata (META.d) (#118) 2025-05-13 08:16:55 -04:00
.gitignore Add CI, copywrite, and initial docs (#1) 2023-07-21 11:32:25 -04:00
.golangci.yml SEC-090: Automated trusted workflow pinning (2025-04-07) (#115) 2025-04-09 10:47:58 -05:00
.goreleaser.yml SEC-090: Automated trusted workflow pinning (2024-06-17) (#66) 2024-06-21 11:14:45 -04:00
CHANGELOG.md Update changelog 2025-07-10 12:40:22 +00:00
go.mod Bump the terraform-plugin group with 2 updates (#158) 2026-03-13 14:39:01 -04:00
go.sum Bump the terraform-plugin group with 2 updates (#158) 2026-03-13 14:39:01 -04:00
LICENSE Bump github.com/hashicorp/copywrite from 0.24.0 to 0.24.2 in /tools (#151) 2026-02-06 11:25:47 -05:00
Makefile Add CI, copywrite, and initial docs (#1) 2023-07-21 11:32:25 -04:00
README.md [Chore] Upgrade Go version to 1.25 (#159) 2026-03-13 10:28:24 -04:00

PkgGoDev

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.

Contributing

See .github/CONTRIBUTING.md

License

Mozilla Public License v2.0