diff --git a/website/docs/plugin/framework/validation.mdx b/website/docs/plugin/framework/validation.mdx index 30891eeb0..f55469f88 100644 --- a/website/docs/plugin/framework/validation.mdx +++ b/website/docs/plugin/framework/validation.mdx @@ -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 }