add api key to tiny tuya target in prometheus scrape [ci skip]

This commit is contained in:
Viktor Barzin 2025-11-09 22:03:25 +00:00
parent 9fd11e97b7
commit 0752e80231
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 changed files with 137 additions and 9 deletions

View file

@ -239,6 +239,7 @@ module "monitoring" {
idrac_username = var.idrac_username
idrac_password = var.idrac_password
alertmanager_slack_api_url = var.alertmanager_slack_api_url
tiny_tuya_service_secret = var.tiny_tuya_service_secret
depends_on = [null_resource.core_services]
}