terraform-provider-yandex
terraform-provider-yandex copied to clipboard
Missing key in manage postgresql resource
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
.
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?