Skip to content

Commit

Permalink
Add default timeout for snapshot create
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Nov 27, 2024
1 parent 4ccd6ca commit 65eb2aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vultr/resource_vultr_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ func resourceVultrSnapshot() *schema.Resource {
Computed: true,
},
},
Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(30 * time.Minute),
},
}
}

Expand Down

0 comments on commit 65eb2aa

Please sign in to comment.