We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mongodbatlas_stream_privatelink_endpoint
1 parent 4e138d1 commit 642c31fCopy full SHA for 642c31f
.changelog/3857.txt
@@ -0,0 +1,3 @@
1
+```release-note:enhancement
2
+resource/mongodbatlas_stream_privatelink_endpoint: Changes timeout from 20m to 1h
3
+```
internal/service/streamprivatelinkendpoint/state_transition.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- defaultTimeout = 20 * time.Minute // The amount of time to wait before timeout
+ defaultTimeout = 60 * time.Minute // The amount of time to wait before timeout
16
defaultMinTimeout = 30 * time.Second // Smallest time to wait before refreshes
17
18
0 commit comments