From c3e93b065ad6fef119f4717ed3b13b9a85708db1 Mon Sep 17 00:00:00 2001 From: "Jonathan R." Date: Fri, 11 Apr 2025 10:23:34 +0200 Subject: [PATCH] docs(cockpit): add deprecated in docs --- docs/resources/cockpit.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/resources/cockpit.md b/docs/resources/cockpit.md index 4114d02a37..3ba73a31de 100644 --- a/docs/resources/cockpit.md +++ b/docs/resources/cockpit.md @@ -73,7 +73,8 @@ resource "grafana_folder" "test_folder" { ## Argument Reference - `project_id` - (Defaults to the Project specified in the [provider's configuration](../index.md#project_id)) The ID of the Project the Cockpit is associated with. -- `plan` - (Optional) Name of the plan to use. Available plans are: free, premium, and custom. +- `plan` - (Deprecated) Name of the plan to use. Available plans are: free, premium, and custom. +~> **Important:** The plan field is deprecated. Any modification or selection will have no effect. ## Attributes Reference @@ -93,4 +94,4 @@ This section explains how to import a Cockpit using its `{project_id}`. ```bash terraform import scaleway_cockpit.main 11111111-1111-1111-1111-111111111111 -``` \ No newline at end of file +```