Add dashboard UID auto-generation and Gitea CI workflow
This commit is contained in:
15
environments/dev/adibrov/variables_organization.tf
Normal file
15
environments/dev/adibrov/variables_organization.tf
Normal file
@ -0,0 +1,15 @@
|
||||
# Input variable for organizations at the environment level
|
||||
variable "organizations" {
|
||||
description = "Grafana organization configuration"
|
||||
type = list(object({
|
||||
create_new_organization = bool
|
||||
keep_manual_changes = bool
|
||||
prevent_destroy_on_recreate = bool
|
||||
organization_name = string
|
||||
}))
|
||||
}
|
||||
|
||||
variable "org_id" {
|
||||
description = "Grafana organization ID"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user