From 46b3a9af62037e3bd2871e1fab9d7127f66876a6 Mon Sep 17 00:00:00 2001 From: Arthur Amstutz Date: Tue, 9 Jan 2024 14:33:04 +0000 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac527d517..7d8b06289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,10 @@ 🐜 Bug fixes: * `r/ovh_cloud_project_database_ip_restriction`: Prevent terraform apply useless retries when an IP restriction is already set on a database instance ([#489](https://github.com/ovh/terraform-provider-ovh/pull/489)) -* `r/ovh_dbaas_logs_cluster`: Add mandatory parameter `cluster_id` ([#446](https://github.com/ovh/terraform-provider-ovh/pull/446)) +* `r/ovh_dbaas_logs_cluster`: Add optional parameter `cluster_id` ([#446](https://github.com/ovh/terraform-provider-ovh/pull/446)) * `d/ovh_me_installation_template`: Fix a bug when referencing a template that doesn't exist ([#499](https://github.com/ovh/terraform-provider-ovh/pull/499)) -* `d/ovh_dbaas_logs_cluster`: Add mandatory parameter `cluster_id` ([#446](https://github.com/ovh/terraform-provider-ovh/pull/446)) +* `d/ovh_dbaas_logs_cluster`: Add optional parameter `cluster_id` ([#446](https://github.com/ovh/terraform-provider-ovh/pull/446)) 📚 Documentation: