add terraform
This commit is contained in:
19
terraform/variables.tf
Normal file
19
terraform/variables.tf
Normal file
@@ -0,0 +1,19 @@
|
||||
variable "grafana_url" {
|
||||
type = string
|
||||
default = "http://localhost:3000"
|
||||
}
|
||||
|
||||
variable "grafana_auth" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "telegram_bot_token" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "telegram_chat_id" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user