Skip to content

Commit f6f85df

Browse files
author
mikatong
committed
update doc
1 parent 5acf490 commit f6f85df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.changelog/3346.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
```release-note:enhancement
2-
resource/tencentcloud_tcr_service_account: support reset_password
2+
resource/tencentcloud_tcr_service_account: support update password
33
```

website/docs/r/tcr_service_account.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The following arguments are supported:
8383
* `disable` - (Optional, Bool) whether to disable Service accounts.
8484
* `duration` - (Optional, Int) expiration date (unit: day), calculated from the current time, priority is higher than ExpiresAt Service account description.
8585
* `expires_at` - (Optional, Int) Service account expiration time (time stamp, unit: milliseconds).
86+
* `password` - (Optional, String) Password of the service account.
8687
* `reset_password` - (Optional, Bool) Reset password.
8788
* `tags` - (Optional, Map) Tag description list.
8889

@@ -96,7 +97,7 @@ The `permissions` object supports the following:
9697
In addition to all arguments above, the following attributes are exported:
9798

9899
* `id` - ID of the resource.
99-
* `password` - Password of the service account.
100+
100101

101102

102103
## Import

0 commit comments

Comments
 (0)