You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/monitor_tmp_instances.html.markdown
+43-43Lines changed: 43 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,19 @@ data "tencentcloud_monitor_tmp_instances" "tmp_instances" {
24
24
The following arguments are supported:
25
25
26
26
*`instance_charge_type` - (Optional, Int) Filter according to instance charge type.
27
-
- 2: Prepaid;
28
-
- 3: Postpaid by hour.
27
+
- 2: Prepaid;
28
+
- 3: Postpaid by hour.
29
29
*`instance_ids` - (Optional, Set: [`String`]) Query according to one or more instance IDs. The instance ID is like: prom-xxxx. The maximum number of instances requested is 100.
30
30
*`instance_name` - (Optional, String) Filter according to instance name.
31
31
*`instance_status` - (Optional, Set: [`Int`]) Filter according to instance status.
32
-
- 1: Creating;
33
-
- 2: In operation;
34
-
- 3: Abnormal;
35
-
- 4: Reconstruction;
36
-
- 5: Destruction;
37
-
- 6: Stopped taking;
38
-
- 8: Suspension of service due to arrears;
39
-
- 9: Service has been suspended due to arrears.
32
+
- 1: Creating;
33
+
- 2: In operation;
34
+
- 3: Abnormal;
35
+
- 4: Reconstruction;
36
+
- 5: Destruction;
37
+
- 6: Stopped taking;
38
+
- 8: Suspension of service due to arrears;
39
+
- 9: Service has been suspended due to arrears.
40
40
*`ipv4_address` - (Optional, Set: [`String`]) Filter according to ipv4 address.
41
41
*`result_output_file` - (Optional, String) Used to save results.
42
42
*`tag_filters` - (Optional, List) Filter according to tag Key-Value pair. The tag-key is replaced with a specific label key.
@@ -56,32 +56,32 @@ In addition to all arguments above, the following attributes are exported:
56
56
*`api_root_path` - Prometheus http api root address.
0 commit comments