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
Issue Description: According to the documentation, it's possible to create a timer trigger for a container. Using the Yandex Cloud web console it works, but when attempting to create the same trigger using Terraform, an error occurs during deployment.
Current Version: 0.127.0
Issue Description: According to the documentation, it's possible to create a timer trigger for a container. Using the Yandex Cloud web console it works, but when attempting to create the same trigger using Terraform, an error occurs during deployment.
Steps to Reproduce:
Actual
Expected
A timer trigger should be created for the specified container without any errors.
Relative code
It seems that the error appears here:
The else-clause does not account for the case when invokeType is "container", so without the "retry" or "dlq" settings, it only works for functions.
The text was updated successfully, but these errors were encountered: