Skip to content

Commit ce30112

Browse files
committed
doc(cockpit): remove region from example
1 parent 22616d2 commit ce30112

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/data-sources/cockpit_source.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ You can also retrieve a data source by specifying filtering criteria such as `na
2828
```terraform
2929
data "scaleway_cockpit_source" "filtered" {
3030
project_id = "11111111-1111-1111-1111-111111111111"
31-
region = "fr-par"
3231
name = "my-data-source"
3332
}
3433
```
@@ -39,8 +38,6 @@ This section lists the arguments that are supported:
3938

4039
- `id` - (Optional) The unique identifier of the Cockpit data source in the `{region}/{id}` format. If specified, other filters are ignored.
4140

42-
- `region` - (Optional) The [region](../guides/regions_and_zones.md#regions) where the data source is located. Defaults to the region specified in the [provider configuration](../index.md#region).
43-
4441
- `project_id` - (Required unless `id` is specified) The ID of the Project the data source is associated with. Defaults to the Project ID specified in the [provider configuration](../index.md#project_id).
4542

4643
- `name` - (Optional) The name of the data source.

0 commit comments

Comments
 (0)