Skip to content

Commit c964513

Browse files
author
ttomzhou
committed
optimize document
1 parent 164592a commit c964513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_api_gateway_custom_domain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func resourceTencentCloudAPIGatewayCustomDomain() *schema.Resource {
8787
"status": {
8888
Type: schema.TypeInt,
8989
Computed: true,
90-
Description: "Domain name resolution status.",
90+
Description: "Domain name resolution status. `1` means normal analysis, `0` means parsing failed.",
9191
},
9292
},
9393
}

website/docs/r/api_gateway_custom_domain.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ The following arguments are supported:
4343
In addition to all arguments above, the following attributes are exported:
4444

4545
* `id` - ID of the resource.
46-
* `status` - Domain name resolution status.
46+
* `status` - Domain name resolution status. `1` means normal analysis, `0` means parsing failed.
4747

4848

0 commit comments

Comments
 (0)