Skip to content

Commit 965d4c0

Browse files
committed
modify description of secret_version_list
1 parent 31e0c70 commit 965d4c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/data_source_tc_ssm_secret_versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func dataSourceTencentCloudSsmSecretVersions() *schema.Resource {
4343
"secret_version_list": {
4444
Type: schema.TypeList,
4545
Computed: true,
46-
Description: "A list of SSM secret versions.",
46+
Description: "A list of SSM secret versions. When secret status is `Disabled`, this field will not update anymore.",
4747
Elem: &schema.Resource{
4848
Schema: map[string]*schema.Schema{
4949
"version_id": {

website/docs/d/ssm_secret_versions.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following arguments are supported:
3232

3333
In addition to all arguments above, the following attributes are exported:
3434

35-
* `secret_version_list` - A list of SSM secret versions.
35+
* `secret_version_list` - A list of SSM secret versions. When secret status is `Disabled`, this field will not update anymore.
3636
* `secret_binary` - The base64-encoded binary secret.
3737
* `secret_string` - The string text of secret.
3838
* `version_id` - Version of secret.

0 commit comments

Comments
 (0)