Skip to content

Commit 11e166e

Browse files
renovate[bot]ramonsnir
authored andcommitted
Update module github.com/hashicorp/terraform-plugin-framework-validators to v0.17.0
1 parent 17cfdc5 commit 11e166e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.4
77
require (
88
github.com/go-swagger/go-swagger v0.30.5
99
github.com/hashicorp/terraform-plugin-docs v0.21.0
10-
github.com/hashicorp/terraform-plugin-framework v1.13.0
10+
github.com/hashicorp/terraform-plugin-framework v1.14.0
1111
golang.org/x/oauth2 v0.25.0
1212
)
1313

@@ -67,7 +67,7 @@ require (
6767
github.com/hashicorp/hcl v1.0.0 // indirect
6868
github.com/hashicorp/terraform-exec v0.22.0 // indirect
6969
github.com/hashicorp/terraform-json v0.24.0 // indirect
70-
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0
70+
github.com/hashicorp/terraform-plugin-framework-validators v0.17.0
7171
github.com/hashicorp/terraform-plugin-go v0.26.0
7272
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
7373
github.com/hashicorp/terraform-plugin-testing v1.12.0

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,14 @@ github.com/hashicorp/terraform-plugin-docs v0.21.0 h1:yoyA/Y719z9WdFJAhpUkI1jRbK
160160
github.com/hashicorp/terraform-plugin-docs v0.21.0/go.mod h1:J4Wott1J2XBKZPp/NkQv7LMShJYOcrqhQ2myXBcu64s=
161161
github.com/hashicorp/terraform-plugin-framework v1.13.0 h1:8OTG4+oZUfKgnfTdPTJwZ532Bh2BobF4H+yBiYJ/scw=
162162
github.com/hashicorp/terraform-plugin-framework v1.13.0/go.mod h1:j64rwMGpgM3NYXTKuxrCnyubQb/4VKldEKlcG8cvmjU=
163+
github.com/hashicorp/terraform-plugin-framework v1.14.0 h1:lsmTJqBlZ4GUabnDxj8Lsa5bmbuUKiUO3Zm9iIKSDf0=
164+
github.com/hashicorp/terraform-plugin-framework v1.14.0/go.mod h1:xNUKmvTs6ldbwTuId5euAtg37dTxuyj3LHS3uj7BHQ4=
163165
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0 h1:RXMmu7JgpFjnI1a5QjMCBb11usrW2OtAG+iOTIj5c9Y=
164166
github.com/hashicorp/terraform-plugin-framework-validators v0.15.0/go.mod h1:Bh89/hNmqsEWug4/XWKYBwtnw3tbz5BAy1L1OgvbIaY=
165167
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0 h1:O9QqGoYDzQT7lwTXUsZEtgabeWW96zUBh47Smn2lkFA=
166168
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0/go.mod h1:Bh89/hNmqsEWug4/XWKYBwtnw3tbz5BAy1L1OgvbIaY=
169+
github.com/hashicorp/terraform-plugin-framework-validators v0.17.0 h1:0uYQcqqgW3BMyyve07WJgpKorXST3zkpzvrOnf3mpbg=
170+
github.com/hashicorp/terraform-plugin-framework-validators v0.17.0/go.mod h1:VwdfgE/5Zxm43flraNa0VjcvKQOGVrcO4X8peIri0T0=
167171
github.com/hashicorp/terraform-plugin-go v0.25.0 h1:oi13cx7xXA6QciMcpcFi/rwA974rdTxjqEhXJjbAyks=
168172
github.com/hashicorp/terraform-plugin-go v0.25.0/go.mod h1:+SYagMYadJP86Kvn+TGeV+ofr/R3g4/If0O5sO96MVw=
169173
github.com/hashicorp/terraform-plugin-go v0.26.0 h1:cuIzCv4qwigug3OS7iKhpGAbZTiypAfFQmw8aE65O2M=

0 commit comments

Comments
 (0)