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

looks like this error still here for arm64 ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x28 pc=0x105987544] goroutine 138 [running]: github.com/yandex-cloud/terraform-provider-yandex/yandex.opensearchNodeGroupsDiffCustomize({0x106702700?,...

bug
crash

Version provider v0.108.1 maybe error in API Yandex Cloud ? ``` yandex_mdb_mongodb_database.main["test-database"]: Destroying... Error: Failed to Delete resource Error while requesting API to delete MongoDB database:server-request-id = code = Internal...

Создав ГБ первым прогоном и забыв про нее на время: ```tf resource "yandex_vpc_security_group" "dev_default_cluster_public_services" { name = "dev-default-cluster-public-services" description = "Group rules allow connections to services from the internet. Apply...

bug
vpc

Similar behavior is observed when trying to create or import the resource yandex_organizationmanager_saml_federation_user_account ``` yandex_organizationmanager_saml_federation_user_account.federation_account["XXXX-NAME"]: Importing from ID "XXX-ID" ╷ │ Error: Plugin did not respond │ │ The plugin...

``` resource "yandex_mdb_opensearch_cluster" "foo" { name = "test" environment = "PRESTABLE" network_id = "${yandex_vpc_network.foo.id}" config { admin_password = "super-password" opensearch { node_groups { name = "group0" assign_public_ip = true hosts_count...

Despite it is [available](https://cloud.yandex.ru/ru/docs/managed-postgresql/api-ref/Cluster/update) through mdb postgresql update rest api call, one cannot set key `max_standby_archive_delay` with terraform provider. For example, planning with ``` postgresql_config = { max_standby_streaming_delay = 900000...

As terraform changed license type - maybe it is a good thing to switch to https://opentofu.org/.

``` │ Error: Error while requesting API to update OpenSearch Cluster (adding dashboards nodegroup) "c9qlf992f5rd61msps4d": server-request-id = 18f533b8-d37c-4d63-b4fa-751e8ca9c7e2 server-trace-id = 5c83471ac53e4470:bc05c63caa68f054:5c83471ac53e4470:1 client-request-id = ee5fca17-3eae-439f-87b8-b52ca82e4b35 client-trace-id = 93996d94-9a9e-4e68-bc66-10dc494ba754 rpc error: code...

``` │ Error: Error while requesting API to update OpenSearch Cluster (updating nodegroup) "c9qlf992f5rd61msps4d": server-request-id = a5c9601b-672f-46e2-8cbc-9255252a8a33 server-trace-id = 9bc0e6f39d9dfbba:cf4013ec7830181b:9bc0e6f39d9dfbba:1 client-request-id = 4604dfea-d186-4592-b1eb-24a2d0046057 client-trace-id = cada5555-c507-43d3-9dec-044f66dbcf2d rpc error: code =...

Hello, as i received message, that elastic won't be here anymore, so we need support of opensearch.