Skip to content

Commit 99a0ada

Browse files
authored
[Internal] Add Jsontypes and Timetypes (#5192)
## Changes <!-- Summary of your changes that are easy to understand --> Adds `terraform-plugin-framework-jsontypes` and `terraform-plugin-framework-timetypes` as a forward-fixing patch towards upcoming well-known types support. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework - [ ] has entry in `NEXT_CHANGELOG.md` file NO_CHANGELOG=true Co-authored-by: Omer Lachish <[email protected]>
1 parent 0de5f5e commit 99a0ada

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ require (
99
github.com/hashicorp/hcl v1.0.0
1010
github.com/hashicorp/hcl/v2 v2.24.0
1111
github.com/hashicorp/terraform-plugin-framework v1.16.1
12+
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
13+
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0
1214
github.com/hashicorp/terraform-plugin-framework-validators v0.19.0
1315
github.com/hashicorp/terraform-plugin-go v0.29.0
1416
github.com/hashicorp/terraform-plugin-log v0.9.0

0 commit comments

Comments
 (0)