Add dashboard UID auto-generation and Gitea CI workflow
This commit is contained in:
22
environments/dev/adibrov/variables_auth.tf
Normal file
22
environments/dev/adibrov/variables_auth.tf
Normal file
@ -0,0 +1,22 @@
|
||||
#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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user