Skip to content

Commit 2a9e052

Browse files
committed
add note on workspace names/ids
1 parent 305a91a commit 2a9e052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/d/project.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Get information on a Project.
99

1010
Use this data source to get information about a project.
1111

12+
~> **NOTE:** The `workspace_ids` and `workspace_names` attributes are not guaranteed to return values in the same order, so they cannot be reliably mapped to one another. To map workspace names to IDs reliably, it is recommended to pass those names into the `tfe_workspace_ids` data source.
13+
1214
## Example Usage
1315

1416
```hcl

0 commit comments

Comments
 (0)