Skip to content

Commit

Permalink
update cloud monitor schema
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaxia committed Nov 21, 2022
1 parent 814d1c8 commit a537c11
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/tencentcloud-tmp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ resource "tencentcloud_monitor_tmp_exporter_integration" "tmpExporterIntegration
"instanceSpec": {
"region": "ap-singapore",
"delaySeconds": 0,
"useRole": true
"useRole": true,
"reload_interval_minutes": 10
},
"exporterSpec": {
"mariadb": false,
Expand Down Expand Up @@ -95,7 +96,10 @@ resource "tencentcloud_monitor_tmp_exporter_integration" "tmpExporterIntegration
"tdmysql": false,
"postgres": false,
"dcx": false,
"tdmq": false
"tdmq": false,
"dts": false,
"vbc": false,
"gaap": false
}
}
})
Expand Down

0 comments on commit a537c11

Please sign in to comment.