terraform-provider-yandex
terraform-provider-yandex copied to clipboard
Terraform Yandex provider
Hi! I am trying to create Managed Greenplum cluster via Terraform. In web UI I see `6.22` is the only one available. However I get error: ``` │ Error: error...
`s` looks odd there
When the name of `yandex_alb_virtual_host` resource is changed and `terraform plan` is executed, it sees the difference and prepares a plan, for example: ``` Terraform used the selected providers to...
Please, implement `yandex_container_registry_iam_member`, like `yandex_iam_service_account_iam_member`
If I'm created user using API or CLI and then upgrade kafka cluster using terraform, new user will be removed I would like users to be independent of how they...
Some settings cannot be changed from terraform, for instance autocommit can be changed only from the web console. It would be great to be able to manage all settings directly...
I have a problem with the resource “yandex_serverless_container”. My container is big, about 5 Gb and it prepares a long time (9-10 minutes). Look: I've found [same problem](https://github.com/yandex-cloud/terraform-provider-yandex/pull/271) with cloud...
Terraform version: `v1.3.5` Plugin version: `0.84.0` Reproduce: - Manual create SA, get IAM token - Create bucket - Run `terraform import yandex_storage_bucket.test test` 1. Variant Provider code: ``` provider "yandex"...
Found not cool thing: if instance is stopped, so terraform plan/destroy fails with: ╷ │ Error: expected length of data.0 to be in the range (1 - 1024), got │...
Hi. There is multiple errors with mdbs part. 1) If u doesn't set up shared library in first place, U can't install extentions at databases. Code: ``` resource "yandex_mdb_postgresql_cluster" ""...