variable "stackit_project_id" { description = "ID of the stackit Project" type = string } variable "instance_name" { description = "name of the observability instance" type = string } variable "service_plan" { description = "serviceplan of the observability instance" type = string } variable "secret_manager_instance_id" { description = "instance id of the secret mangert to store credentials" type = string } variable "secret_manager_username" { description = "username of the secret mangert to store credentials" type = string sensitive = true } variable "secret_manager_password" { description = "password of the secret mangert to store credentials" type = string sensitive = true } variable "msTeamWebhook" { description = "webhook for msTeams alert channel" type = string sensitive = true } variable "observability_url" { description = "observability api url to push configs" type = string }