Skip to content

Commit

Permalink
Lower the default sleep time 60->10 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Nov 20, 2023
1 parent 05e0fd3 commit be7a340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudamqp/resource_cloudamqp_vpc_connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func resourceVpcConnect() *schema.Resource {
"sleep": {
Type: schema.TypeInt,
Optional: true,
Default: 60,
Default: 10,
Description: "Configurable sleep in seconds between retries when enable PrivateLink",
},
"timeout": {
Expand Down

0 comments on commit be7a340

Please sign in to comment.