File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
examples/mongodbatlas_cloud_provider_snapshot_restore_job
point-in-time-advanced-cluster Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ resource "mongodbatlas_cloud_backup_snapshot" "test" {
3434 cluster_name = mongodbatlas_advanced_cluster.my_cluster.name
3535 description = "myDescription"
3636 retention_in_days = 1
37+
38+ timeouts { // optional
39+ create = "1h15m"
40+ }
3741}
3842
3943resource "mongodbatlas_cloud_backup_snapshot_restore_job" "test" {
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ resource "mongodbatlas_cloud_backup_snapshot" "test" {
3535 cluster_name = mongodbatlas_advanced_cluster. advanced_cluster_test . name
3636 description = " My description"
3737 retention_in_days = " 1"
38+ timeouts { // optional
39+ create = " 1h15m"
40+ }
3841}
3942
4043resource "mongodbatlas_cloud_backup_snapshot_restore_job" "test" {
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ resource "mongodbatlas_cloud_backup_snapshot" "test" {
3232 cluster_name = mongodbatlas_advanced_cluster. cluster_test . name
3333 description = " My description"
3434 retention_in_days = " 1"
35+ timeouts { // optional
36+ create = " 1h15m"
37+ }
3538}
3639
3740resource "mongodbatlas_cloud_backup_snapshot_restore_job" "test" {
You can’t perform that action at this time.
0 commit comments