Error: Error while requesting API to create version for Yandex Cloud Function: server-request-id = 7129e336-5017-b8fc-9212-18097d2a7a54 server-trace-id = 39b259dc0eaaaa61:d3b3a75d770fca61:39b259dc0eaaaa61:1 client-request-id = 0abca85f-b6c9-4804-8618-e7ae5fbc7462 client-trace-id = 5ef7e217-3584-42ed-903b-dadf376a690f rpc error: code = InvalidArgument desc = Service account ajefmbbids7ivhmgrfmu is not available
I can assign service account manually through console. Then, after using teraform refresh, it gets the same service_account_id into tfstate. If there is no change terraform does nothing saying it's all up to date. And if there is a change then terraform produces the same error.
This configuration produces error:
I can assign service account manually through console. Then, after using
teraform refresh
, it gets the sameservice_account_id
into tfstate. If there is no change terraform does nothing saying it's all up to date. And if there is a change then terraform produces the same error.I would expect configuration above to be working. I'm using version 0.49.0 of
yandex-cloud/yandex
provider.P.S. I didn't change service_account_id in log and configuration, but I've already deleted it in Yandex Cloud.