terraform-provider-yandex icon indicating copy to clipboard operation
terraform-provider-yandex copied to clipboard

postgresql_config isn't applied

Open erlong15 opened this issue 1 year ago • 2 comments

I've tried use version = "16" postgresql_config = { max_connections = "400" enable_parallel_hash = "true" autovacuum_vacuum_scale_factor = "0.02" }

for yandex_mdb_postgresql_cluster

but it isn't applied to the cluster it isn't got into the state

and an every new terraform plan shows me

   + postgresql_config         = {
          + "autovacuum_vacuum_scale_factor" = "0.02"
          + "enable_parallel_hash"           = "true"
          + "max_connections"                = "400"
        }
        

By the way: on the version "14" all works fine

erlong15 avatar Oct 09 '23 14:10 erlong15

Hi! Yes, there is such a problem, I hope we'll fix it soon

Denchick avatar Oct 12 '23 10:10 Denchick