Skip to content

Commit

Permalink
Order news (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
laliconfigcat authored Jan 9, 2024
1 parent ffe70a1 commit c9981e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Here, you'll find all the latest updates, enhancements, and new features we've a

<!-- This page must be in sync with the news page in the dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html -->

## 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
Expand Down

0 comments on commit c9981e0

Please sign in to comment.