Skip to content

Commit

Permalink
Delete an unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed May 31, 2024
1 parent 3ede124 commit e4dc399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion outscale/resource_outscale_route.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ func ResourceOutscaleRouteCreate(d *schema.ResourceData, meta interface{}) error
_, httpResp, err := conn.RouteApi.CreateRoute(context.Background()).CreateRouteRequest(createOpts).Execute()
if err != nil {
if strings.Contains(fmt.Sprint(err), utils.InvalidState) {
log.Printf("[OKHT] === ERROR: %v ====\n", err)
log.Printf("[DEBUG] Trying to create route again: %q", err)
return resource.RetryableError(err)
}
Expand Down

0 comments on commit e4dc399

Please sign in to comment.