Files
grafana-terraform/environments/dev/adibrov/variables_auth.tf
Alexandr 558a23d916
Some checks failed
terraform-dev / validate (push) Failing after 1m53s
terraform-dev / plan (push) Has been skipped
terraform-dev / apply (push) Has been skipped
Add dashboard UID auto-generation and Gitea CI workflow
2026-03-25 06:41:19 +03:00

23 lines
427 B
HCL

#variable "grafana_url" {
# description = "Grafana URL"
# type = string
#}
#variable "grafana_auth" {
# description = "Grafana authentication token"
# type = string
#}
variable "disable_provenance" {
description = "Controls whether Grafana provisioning is disabled"
type = bool
default = true
}
variable "env" {
description = "Grafana environment description"
type = string
}