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.
1 parent d6249f2 commit 15a9160Copy full SHA for 15a9160
main.tf
@@ -231,6 +231,12 @@ resource "ibm_container_vpc_worker_pool" "pool" {
231
}
232
233
234
+ timeouts {
235
+ # Extend create and delete timeout to 2h
236
+ delete = "2h"
237
+ create = "2h"
238
+ }
239
+
240
241
242
# copy of the pool resource above which ignores changes to the worker pool for use in autoscaling scenarios
module-metadata.json
@@ -443,7 +443,7 @@
443
},
444
"pos": {
445
"filename": "main.tf",
446
- "line": 237
+ "line": 243
447
448
449
"ibm_container_vpc_worker_pool.pool": {
@@ -487,7 +487,7 @@
487
488
489
490
- "line": 289
+ "line": 295
491
492
493
"null_resource.reset_api_key": {
0 commit comments