Skip to content

Commit

Permalink
fix(dependencies): Update terraform-plugin-framework to 1.4.1
Browse files Browse the repository at this point in the history
This fixes an issue with terraform 1.6 client users potentially
facing issues when running terraform plan or apply against
our mezmo provider.

Ref: LOG-18456
  • Loading branch information
teeohhem committed Oct 20, 2023
1 parent 9961f01 commit 04209de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/hashicorp/terraform-plugin-docs v0.16.0
github.com/hashicorp/terraform-plugin-framework v1.4.0
github.com/hashicorp/terraform-plugin-framework v1.4.1
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
github.com/hashicorp/terraform-plugin-go v0.19.0
github.com/hashicorp/terraform-plugin-testing v1.5.1
Expand Down

0 comments on commit 04209de

Please sign in to comment.