Skip to content

Commit

Permalink
Merge branch 'td-framework-goodies' of https://github.com/hashicorp/t…
Browse files Browse the repository at this point in the history
…erraform-provider-aws into td-framework-goodies
  • Loading branch information
ewbankkit committed Oct 24, 2023
2 parents 9c34f58 + ce3378f commit ae73c96
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 ae73c96

Please sign in to comment.