Skip to content

Commit 3cda587

Browse files
authored
fix(apigw): [116458787] Remove private information from documents (#2556)
* fix/apigw * fix/apigw * add
1 parent 54ec823 commit 3cda587

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/2556.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_api_gateway_api_key_attachment: Remove private information from documents.
3+
```

tencentcloud/services/apigateway/resource_tc_api_gateway_api_key_attachment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Import
2626
API gateway attach access key can be imported using the id, e.g.
2727

2828
```
29-
$ terraform import tencentcloud_api_gateway_api_key_attachment.attach AKID110b8Rmuw7t0fP1N8bi809n327023Is7xN8f#usagePlan-gyeafpab
29+
$ terraform import tencentcloud_api_gateway_api_key_attachment.attach [your api_key_id]#usagePlan-gyeafpab
3030
```

website/docs/r/api_gateway_api_key_attachment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ In addition to all arguments above, the following attributes are exported:
5252
API gateway attach access key can be imported using the id, e.g.
5353

5454
```
55-
$ terraform import tencentcloud_api_gateway_api_key_attachment.attach AKID110b8Rmuw7t0fP1N8bi809n327023Is7xN8f#usagePlan-gyeafpab
55+
$ terraform import tencentcloud_api_gateway_api_key_attachment.attach [your api_key_id]#usagePlan-gyeafpab
5656
```
5757

0 commit comments

Comments
 (0)