terraform-provider-yandex icon indicating copy to clipboard operation
terraform-provider-yandex copied to clipboard

Terraform Yandex provider

Results 201 terraform-provider-yandex issues
Sort by recently updated
recently updated
newest added

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en I added missed property for serverless containers - provision_policy ``` provision_policy { min_instances = 1 } ``` This...

Greetings, please consider this PR. I encountered an unexpected behavior - values of any labels are passed in the case in which they were written. However, on the API side...

Yandex.Cloud Serverless supports connection, see https://yandex.cloud/ru/docs/functions/operations/database-connection?utm_referrer=about%3Ablank But the terraform provider hasn't resource for connection element. Only functions, triggers and etc. See https://yandex.cloud/en/docs/functions/tf-ref Please add an ability to create connections using...

**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...

**Trouble**: The storage service does not accept the IAM token as authorization method **Purpose**: Use an IAM token instead of an SA (service account) **Steps for reproduce**: I'm provide a...

Trying to change subnets for redis host. terraform plan show: Terraform will perform the following actions: # yandex_mdb_redis_cluster.redis will be updated in-place ~ resource "yandex_mdb_redis_cluster" "redis" { id = "c9qln1edmn48p3psa7la"...

bug
mdb
redis

Доброго времени суток! По просьбе нам включили создание [сервисных подключений](https://terraform-provider.yandexcloud.net/Resources/vpc_private_endpoint), но при попытке создать их тераформом, он падает с ошибкой. версии: ``` % terraform version Terraform v1.9.5 on darwin_amd64 +...

The docs say: > [master_location](https://registry.terraform.io/providers/yandex-cloud/yandex/latest/docs/resources/kubernetes_cluster#master_location) - (Optional) Cluster master's instances locations array (zone and subnet). Cannot be used together with zonal or regional. Currently, supports either one, for zonal master,...