You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it's possible to specify custom timeouts
with a nested block on the resource declaration.
resource "iterative_cml_runner" "runner" {
···
timeouts {
create = "1m"
delete = "1m"
update = "1m"
}
}
0 commit comments