From ac72f7df7c763a6da160d236d6b1807926d31c6e Mon Sep 17 00:00:00 2001 From: Nathan Brady Date: Thu, 26 Jun 2025 14:09:50 -0700 Subject: [PATCH] Fix typo in diagnostic summary for identity change error message - Corrected the word "then" to "than" in the error message displayed during the read operation in TestReadResource. - The change is aimed at improving clarity in the error reporting of the Terraform Provider. --- helper/schema/grpc_provider_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/schema/grpc_provider_test.go b/helper/schema/grpc_provider_test.go index ab15715a95..e7409879c5 100644 --- a/helper/schema/grpc_provider_test.go +++ b/helper/schema/grpc_provider_test.go @@ -5790,7 +5790,7 @@ func TestReadResource(t *testing.T) { Diagnostics: []*tfprotov5.Diagnostic{ { Severity: tfprotov5.DiagnosticSeverityError, - Summary: (`Unexpected Identity Change: During the read operation, the Terraform Provider unexpectedly returned a different identity then the previously stored one. + Summary: (`Unexpected Identity Change: During the read operation, the Terraform Provider unexpectedly returned a different identity than the previously stored one. This is always a problem with the provider and should be reported to the provider developer.