Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 626e674

Browse files
author
Sean Sundberg
authored
Increases create timeout to 120 minutes (#92)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent 68da168 commit 626e674

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
@@ -203,7 +203,7 @@ resource ibm_container_vpc_cluster cluster {
203203
}
204204

205205
timeouts {
206-
create = "90m"
206+
create = "120m"
207207
delete = "90m"
208208
update = "60m"
209209
}

0 commit comments

Comments
 (0)