yandex-cloud / terraform-provider-yandex

Terraform Yandex provider
https://www.terraform.io/docs/providers/yandex/
Mozilla Public License 2.0
211 stars 116 forks source link

yandex_function not appy loggroup_id argument #324

Open ivanxpqr opened 1 year ago

ivanxpqr commented 1 year ago

https://registry.tfpla.net/providers/yandex-cloud/yandex/latest/docs/resources/function#loggroup_id

resource "yandex_function" "myfunction" { name = "myfunction" loggroup_id = yandex_logging_group.wlbot-logs-group.id ... } After terraform apply get error: Can't configure a value for "loggroup_id": its value will be decided automatically based on the result of applying this configuration.

SoprachevAK commented 1 year ago

Similar situation for api_gateway and serverless_container. These resources haven't any log group settings

kvmukhin commented 1 year ago

Yep. Need fix.