terraform-provider-yandex
terraform-provider-yandex copied to clipboard
postgresql_config isn't applied
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
Hi! Yes, there is such a problem, I hope we'll fix it soon