Skip to content

Commit 825b628

Browse files
authored
Update resource_ibm_atracker_route.go
1 parent bba151c commit 825b628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm/service/atracker/resource_ibm_atracker_route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func resourceIBMAtrackerRouteCreate(context context.Context, d *schema.ResourceD
158158
}
159159

160160
d.SetId(*route.ID)
161-
d.Set("api_version", 3)
161+
d.Set("api_version", 2)
162162

163163
return resourceIBMAtrackerRouteRead(context, d, meta)
164164
}

0 commit comments

Comments
 (0)