Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IAM]: opentelekomcloud_identity_projects_v3 documentation fix #2092

Merged
merged 1 commit into from Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/data-sources/identity_projects_v3.md
Expand Up @@ -19,6 +19,14 @@ Data resource lists all available project therefore no arguments are provided.

## Attributes Reference

* `id` - Indicates the domain of queried projects.

* `region` - Indicates the region of queried projects.

* `projects` - List of projects details. The object structure of each Project is documented below.

The `projects` block supports:

* `region` - Indicates the region where the project is present.

* `name` - Indicated the name of the project.
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/iam_projects_doc-8693d2310f8ea6c2.yaml
@@ -0,0 +1,4 @@
---
fixes:
- |
**[IAM]** Fix documentation for ``data/opentelekomcloud_identity_projects_v3`` (`#2092 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2092>`_)