Skip to content

Commit 702f9ce

Browse files
committed
wip
1 parent 449b8c4 commit 702f9ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/data-sources/account_projects.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ resource "scaleway_account_ssh_key" "main" {
4949
The `scaleway_account_projects` data source exports the following attributes:
5050

5151
- `projects` - (Computed) A list of projects. Each project has the following attributes:
52-
- `id` - (Computed) The unique identifier of the project.
53-
- `name` - (Computed) The name of the project.
54-
- `organization_id` - (Computed) The unique identifier of the organization with which the project is associated.
55-
- `created_at` - (Computed) The date and time when the project was created.
56-
- `updated_at` - (Computed) The date and time when the project was updated.
57-
- `description` - (Computed) The description of the project.
52+
- `id` - (Computed) The unique identifier of the project.
53+
- `name` - (Computed) The name of the project.
54+
- `organization_id` - (Computed) The unique identifier of the organization with which the project is associated.
55+
- `created_at` - (Computed) The date and time when the project was created.
56+
- `updated_at` - (Computed) The date and time when the project was updated.
57+
- `description` - (Computed) The description of the project.

0 commit comments

Comments
 (0)