Skip to content

Commit 15a9160

Browse files
authored
fix: worker node timeout updated to 2 hours (#55)
1 parent d6249f2 commit 15a9160

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

main.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@ resource "ibm_container_vpc_worker_pool" "pool" {
231231
}
232232
}
233233

234+
timeouts {
235+
# Extend create and delete timeout to 2h
236+
delete = "2h"
237+
create = "2h"
238+
}
239+
234240
}
235241

236242
# copy of the pool resource above which ignores changes to the worker pool for use in autoscaling scenarios

module-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
},
444444
"pos": {
445445
"filename": "main.tf",
446-
"line": 237
446+
"line": 243
447447
}
448448
},
449449
"ibm_container_vpc_worker_pool.pool": {
@@ -487,7 +487,7 @@
487487
},
488488
"pos": {
489489
"filename": "main.tf",
490-
"line": 289
490+
"line": 295
491491
}
492492
},
493493
"null_resource.reset_api_key": {

0 commit comments

Comments
 (0)