Skip to content

Commit 7915ab6

Browse files
authored
fix: maintenance doc (#1297)
Co-authored-by: arunma <arunma@tencent.com>
1 parent 7b9048b commit 7915ab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_monitor_tmp_alert_rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func resourceTencentCloudMonitorTmpAlertRule() *schema.Resource {
6666
"expr": {
6767
Type: schema.TypeString,
6868
Required: true,
69-
Description: "Rule expression.",
69+
Description: "Rule expression, reference documentation: `https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/`.",
7070
},
7171
"receivers": {
7272
Type: schema.TypeSet,

website/docs/r/monitor_tmp_alert_rule.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "tencentcloud_monitor_tmp_alert_rule" "tmpAlertRule" {
3636

3737
The following arguments are supported:
3838

39-
* `expr` - (Required, String) Rule expression.
39+
* `expr` - (Required, String) Rule expression, reference documentation: `https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/`.
4040
* `instance_id` - (Required, String) Instance id.
4141
* `receivers` - (Required, Set: [`String`]) Alarm notification template id list.
4242
* `rule_name` - (Required, String) Rule name.

0 commit comments

Comments
 (0)