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

Missing key in manage postgresql resource

Open ilya-ilya opened this issue 1 year ago • 1 comments

Despite it is available 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
        max_standby_archive_delay   = 900000
    }

ends with following error: Error: Unsupported key config.0.postgresql_config.max_standby_archive_delay.

ilya-ilya avatar Dec 26 '23 10:12 ilya-ilya

Hi @ilya-ilya ! Thank you for your report! I have a look and try to create postgresql with this config myself, and I have no problems. Could you please provider me more information: which PostgreSQL version and yandex-cloud provider version do you use?

Denchick avatar Jan 30 '24 05:01 Denchick