yandex-cloud / terraform-provider-yandex

Terraform Yandex provider
https://www.terraform.io/docs/providers/yandex/
Mozilla Public License 2.0
211 stars 116 forks source link

Missing key in manage postgresql resource #405

Open ilya-ilya opened 11 months ago

ilya-ilya commented 11 months ago

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.

Denchick commented 9 months ago

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?