Skip to content

Commit

Permalink
Fixed issue where timeout isn't being passed to storage bucket call (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored and balanaguharsha committed May 2, 2024
1 parent 8747eda commit 4f61da0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ func resourceStorageBucketCreate(d *schema.ResourceData, meta interface{}) error
res, err = insertCall.Do()
return err
},
Timeout: d.Timeout(schema.TimeoutCreate),
})

if err != nil {
Expand Down

0 comments on commit 4f61da0

Please sign in to comment.