We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814d1c8 commit a537c11Copy full SHA for a537c11
examples/tencentcloud-tmp/main.tf
@@ -67,7 +67,8 @@ resource "tencentcloud_monitor_tmp_exporter_integration" "tmpExporterIntegration
67
"instanceSpec": {
68
"region": "ap-singapore",
69
"delaySeconds": 0,
70
- "useRole": true
+ "useRole": true,
71
+ "reload_interval_minutes": 10
72
},
73
"exporterSpec": {
74
"mariadb": false,
@@ -95,7 +96,10 @@ resource "tencentcloud_monitor_tmp_exporter_integration" "tmpExporterIntegration
95
96
"tdmysql": false,
97
"postgres": false,
98
"dcx": false,
- "tdmq": false
99
+ "tdmq": false,
100
+ "dts": false,
101
+ "vbc": false,
102
+ "gaap": false
103
}
104
105
})
0 commit comments