terraform-modules/observability/variables.tf
2025-06-24 15:04:05 +02:00

25 lines
No EOL
570 B
HCL

variable "stackit_project_id" {
description = "ID of the stackit Project"
type = string
}
variable "obs_instance_name" {
description = "name of the observability instance"
type = string
}
variable "obs_service_plan" {
description = "serviceplan of the observability instance"
type = string
}
#variable "msTeamWebhook" {
# description = "webhook for msTeams alert channel"
# type = string
# sensitive = true
#}
variable "observability_url" {
description = "observability api url to push configs"
type = string
}