Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not update access block for yandex_mdb_redis_cluster #485

Open
nikolaymatrosov opened this issue Nov 16, 2024 · 0 comments
Open

Can not update access block for yandex_mdb_redis_cluster #485

nikolaymatrosov opened this issue Nov 16, 2024 · 0 comments

Comments

@nikolaymatrosov
Copy link
Contributor

Adding access block does not update cluster's statin in the cloud:

resource "yandex_mdb_redis_cluster" "demo" {
  ...
  config {
    version  = "7.2"
  }

  access {
    web_sql = true
  }
}

What I see in the log

2024-11-16T12:28:22.814+0100 [WARN]  Provider "provider[\"registry.terraform.io/yandex-cloud/yandex\"]" produced an unexpected new value for yandex_mdb_redis_cluster.demo, but we are tolerating it because it is using the legacy plugin SDK.
    The following problems may be the cause of any confusing errors from downstream operations:
      - .access[0].web_sql: was cty.True, but now cty.False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant