Skip to content

Commit

Permalink
Update internal/framework/validators/aws_account_id.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Baker <[email protected]>
  • Loading branch information
ewbankkit and jar-b authored Oct 24, 2023
1 parent 157f728 commit ce3378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/framework/validators/aws_account_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce3378f

Please sign in to comment.