Skip to content

Commit a537c11

Browse files
author
andreaxia
committed
update cloud monitor schema
1 parent 814d1c8 commit a537c11

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/tencentcloud-tmp/main.tf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ resource "tencentcloud_monitor_tmp_exporter_integration" "tmpExporterIntegration
6767
"instanceSpec": {
6868
"region": "ap-singapore",
6969
"delaySeconds": 0,
70-
"useRole": true
70+
"useRole": true,
71+
"reload_interval_minutes": 10
7172
},
7273
"exporterSpec": {
7374
"mariadb": false,
@@ -95,7 +96,10 @@ resource "tencentcloud_monitor_tmp_exporter_integration" "tmpExporterIntegration
9596
"tdmysql": false,
9697
"postgres": false,
9798
"dcx": false,
98-
"tdmq": false
99+
"tdmq": false,
100+
"dts": false,
101+
"vbc": false,
102+
"gaap": false
99103
}
100104
}
101105
})

0 commit comments

Comments
 (0)