Skip to content

Commit 50aef3f

Browse files
MonitobCodelax
andauthored
feat(iam): add user tags option (#2770)
* feat: add user tags option * fix: read user tags * feat: data source user tags * test(iam_user): edit tags * test(iam_user): record basic user test * sort imports --------- Co-authored-by: Jules Casteran <[email protected]>
1 parent e1cce41 commit 50aef3f

File tree

6 files changed

+969
-193
lines changed

6 files changed

+969
-193
lines changed

docs/data-sources/iam_user.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ data "scaleway_iam_user" "find_by_email" {
3636
In addition to all above arguments, the following attributes are exported:
3737

3838
- `id` - The ID of the IAM user.
39+
- `tags` - The tags associated with the user.
40+

docs/resources/iam_user.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ resource scaleway_iam_user user {
3838

3939
- `email` - (Required) The email of the IAM user.
4040

41+
- `tags` - (Optional) The tags associated with the user.
42+
4143
- `organization_id` - (Defaults to [provider](../index.md#organization_d) `organization_id`) The ID of the organization the user is associated with.
4244

4345
## Attributes Reference

0 commit comments

Comments
 (0)