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, if neither retry not DLQ is configured, provider enters else branch and tries to create function.
As a result, creation fails with error rule.timer.invoke_function.function_id: Field is required which gives no clue about real problem (i.e. missing dlq and retry policy).
The text was updated successfully, but these errors were encountered:
Control flow enters this code:
terraform-provider-yandex/yandex/resource_yandex_function_trigger.go
Line 747 in b2a8bff
Now, if neither retry not DLQ is configured, provider enters
else
branch and tries to create function.As a result, creation fails with error
rule.timer.invoke_function.function_id: Field is required
which gives no clue about real problem (i.e. missing dlq and retry policy).The text was updated successfully, but these errors were encountered: