From ce3378f7091964ff73094f035aec517f2cb2d8ef Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Tue, 24 Oct 2023 16:14:57 -0400 Subject: [PATCH] Update internal/framework/validators/aws_account_id.go Co-authored-by: Jared Baker --- internal/framework/validators/aws_account_id.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/framework/validators/aws_account_id.go b/internal/framework/validators/aws_account_id.go index d091e02cbab..98e21d0629b 100644 --- a/internal/framework/validators/aws_account_id.go +++ b/internal/framework/validators/aws_account_id.go @@ -24,7 +24,7 @@ func (validator awsAccountIDValidator) MarkdownDescription(ctx context.Context) return validator.Description(ctx) } -// Validate performs the validation. +// ValidateString performs the validation. func (validator awsAccountIDValidator) ValidateString(ctx context.Context, request validator.StringRequest, response *validator.StringResponse) { if request.ConfigValue.IsNull() || request.ConfigValue.IsUnknown() { return