This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
iac/terraform/variables.tf

23 lines
No EOL
419 B
HCL

variable "s3_endpoint" {
description = "Endpoint for S3 storage"
type = string
}
variable "grafana_auth" {
description = "Service Account token"
type = string
sensitive = true
}
variable "grafana_url" {
description = "Grafana Url"
type = string
sensitive = true
}
variable "access_token" {
description = "Access Token for BWS"
type = string
sensitive = true
}