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

Error when synchronizing a resource that was previously deleted manually ## Steps to reproduce: 1. Create a standard MongodbUser resource via terraform ``` resource "yandex_mdb_mongodb_user" "foo" { cluster_id = ""...

mdb

Очень странно что алерты для мониторинга можно создавать только вручную... Сделайте плиз соответствующие ресурсы в провайдере

Минимально воспроизводимый пример. Наблюдается константно, вне зависимости от сети / локации / бакита. ``` locals { bucket = "foobar-example" } resource "yandex_iam_service_account" "root-sa" { name = "proto" } resource "yandex_resourcemanager_folder_iam_member"...

If `storage_bucket` is present in configuration on behalf SA with only `storage.editor` permission (which is [suggested](https://terraform-provider.yandexcloud.net//Resources/storage_bucket.html#simple-private-bucket) in the provider documentation), than subsequent `plan` / `apply` operations become extremely slow. This...

bug
storage

Hi, I noticed that when I'm trying to create yandex_cdn_origin_group, it's not possible to select bucket, as it possible in UI. Please, fix it because it blocks a lot of...

I encountered an issue with the `yandex_function_trigger` resource when applying changes using the Terraform provider for Yandex Cloud. The provider produced an inconsistent result after the apply step, which resulted...

``` terraform { required_providers { yandex = { source = "yandex-cloud/yandex" version = "~> 0.100.0" } } } ``` Summary: I'm encountering an issue while trying to use the Yandex...

Why cannot import existing "yandex_resourcemanager_folder" resource?

spec: ``` resource "yandex_lockbox_secret_iam_binding" "access" { secret_id = var.info_secret_id role = "lockbox.secrets.payloadViewer" members = [] } ``` Outcome: ``` Stack trace from the terraform-provider-yandex_v0.121.0 plugin: panic: runtime error: index out...

This is my first time contributing to any tf provider, so I don't really know how to write unit tests. Local testing shows that this PR fixes #420