You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thank you for reporting the issue. It's not currently possible to change the subnet_id for host. However, the plan is indeed displayed incorrectly, and we will try to fix this soon.
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"
name = "crm-lt-redis"
# (14 unchanged attributes hidden)
Plan: 0 to add, 1 to change, 0 to destroy.
but apply ends with error after 10minutes of modifying
│ Error: Error while adding host to Redis Cluster "c9qln1edmn48p3psa7la": operation (id=rd4ed6ah0a7tsrk6p69m) failed: rpc error: code = Unknown desc = Unknown error
│
│ with yandex_mdb_redis_cluster.redis,
│ on main.tf line 126, in resource "yandex_mdb_redis_cluster" "redis":
│ 126: resource "yandex_mdb_redis_cluster" "redis" {
│
╵
Nothing changed at the end.
yandex-cloud/yandex v0.126.0
Terraform v1.9.3
The text was updated successfully, but these errors were encountered: