Skip to content

Commit d47b01e

Browse files
authored
fix: increase the ibm_container_addons creation timeout to 1 hour(#168)
1 parent 972d845 commit d47b01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ resource "ibm_container_addons" "addons" {
372372
}
373373

374374
timeouts {
375-
create = "40m"
375+
create = "1h"
376376
}
377377
}
378378

0 commit comments

Comments
 (0)