From d5e21c4122416a6a1313f4022bd11c48cf61b425 Mon Sep 17 00:00:00 2001 From: Lajos Szoke Date: Mon, 8 Jan 2024 09:48:30 +0100 Subject: [PATCH] Order news --- website/docs/news.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/news.md b/website/docs/news.md index 565e1a13..9aeb6bc6 100644 --- a/website/docs/news.md +++ b/website/docs/news.md @@ -8,6 +8,14 @@ Here, you'll find all the latest updates, enhancements, and new features we've a +## Resource ordering in Public Management API and Terraform + +#### Jan 9, 2024 + +From now on, you can change the order of your products, configs and environments trough the ConfigCat Public Management API and the Terraform provider. See the docs for details: +- *ConfigCat Public Management API*: specify the order argument in the [Products](https://api.configcat.com/docs/index.html#tag/Products), [Configs](https://api.configcat.com/docs/index.html#tag/Configs), [Environment](https://api.configcat.com/docs/index.html#tag/Environments) and [Feature Flags & Settings](https://api.configcat.com/docs/index.html#tag/Feature-Flags-and-Settings) endpoints +- *ConfigCat Feature Flags Provider for Terraform*: specify the order argument of the [configcat_product](https://registry.terraform.io/providers/configcat/configcat/latest/docs/resources/product#argument-reference), [configcat_config](https://registry.terraform.io/providers/configcat/configcat/latest/docs/resources/config#argument-reference), [configcat_environment](https://registry.terraform.io/providers/configcat/configcat/latest/docs/resources/environment#argument-reference) and [configcat_setting](https://registry.terraform.io/providers/configcat/configcat/latest/docs/resources/setting#argument-reference). + ## ConfigCat OpenFeature Providers available #### Jan 5, 2024