Skip to content

Commit

Permalink
Fixing documentation (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett authored Mar 5, 2024
1 parent e7415b7 commit 435ee9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/plugin/framework/validation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (t computeInstanceIdentifierType) Validate(ctx context.Context, tfValue tft
diags.AddAttributeError(
path,
"Compute Instance Type Validation Error",
fmt.Sprintf("Expected String value, received %T with value: %v", in, in),
fmt.Sprintf("Expected String value, received %T with value: %v", tfValue, tfValue),
)
return diags
}
Expand Down

0 comments on commit 435ee9f

Please sign in to comment.