chore: fix a typo in comment

main
Raphaël 2021-04-01 13:30:06 +02:00 committed by sundowndev
parent f6479c334d
commit d7fc812cf8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func (r *AwsRoute53Record) NormalizeForState() (resource.Resource, error) {
r.SetIdentifier = aws.String("")
}
// This ensures that if we find a nil value we don't drift
// This ensures that if we find an empty records value we don't drift
if r.Records != nil && len(*r.Records) == 0 {
r.Records = nil
}