Skip to content

Commit

Permalink
Remove accidental addition
Browse files Browse the repository at this point in the history
  • Loading branch information
mattm-fugue committed Aug 11, 2021
1 parent 5c131e8 commit fb9b9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/resource_redis_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ func resourceRedisInstanceDecoder(d *schema.ResourceData, meta interface{}, res
}

if err := d.Set("auth_string", res["authString"]); err != nil {
return nil, fmt.Errorf("Er2ror reading Instance: %s", err)
return nil, fmt.Errorf("Error reading Instance: %s", err)
}
}
} else {
Expand Down

0 comments on commit fb9b9f9

Please sign in to comment.