Skip to content

Commit 7be6758

Browse files
committed
docs: add SSL certificate metadata attributes for kvstore and tair instances
1 parent 3f0ac56 commit 7be6758

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

website/docs/r/kvstore_instance.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ The following attributes are exported:
302302
* `qps` - Theoretical maximum QPS value.
303303
* `connection_domain`- Intranet connection address of the KVStore instance.
304304
* `status` - The status of KVStore DBInstance.
305+
* `cert_download_url` - The download URL of the SSL certificate.
306+
* `ssl_expired_time` - The expiration time of the SSL certificate.
307+
* `cert_common_name` - The common name (CN) of the SSL certificate.
305308

306309
## Timeouts
307310

website/docs/r/redis_tair_instance.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ The following attributes are exported:
164164
* `region_id` - Region Id
165165
* `status` - The status of the resource
166166
* `tair_instance_id` - The ID of the resource.
167+
* `cert_download_url` - The download URL of the SSL certificate.
168+
* `ssl_expired_time` - The expiration time of the SSL certificate.
169+
* `cert_common_name` - The common name (CN) of the SSL certificate.
167170

168171
## Timeouts
169172

0 commit comments

Comments
 (0)