Skip to content

Commit 31a4068

Browse files
authored
Merge branch 'master' into fix/mongodb_fix_test
2 parents cadfcdf + e957634 commit 31a4068

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/resources/cockpit.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ resource "grafana_folder" "test_folder" {
7373
## Argument Reference
7474

7575
- `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.
76-
- `plan` - (Optional) Name of the plan to use. Available plans are: free, premium, and custom.
76+
- `plan` - (Deprecated) Name of the plan to use. Available plans are: free, premium, and custom.
77+
~> **Important:** The plan field is deprecated. Any modification or selection will have no effect.
7778

7879
## Attributes Reference
7980

@@ -93,4 +94,4 @@ This section explains how to import a Cockpit using its `{project_id}`.
9394

9495
```bash
9596
terraform import scaleway_cockpit.main 11111111-1111-1111-1111-111111111111
96-
```
97+
```

0 commit comments

Comments
 (0)