We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b093586 commit 16bd4b6Copy full SHA for 16bd4b6
variables.tf
@@ -56,6 +56,12 @@ variable "prometheus_image_tag" {
56
default = "v2.36.2"
57
}
58
59
+variable "prometheus_host_url" {
60
+ description = "Prometheus Host URL"
61
+ type = string
62
+ default = ""
63
+}
64
+
65
variable "grafana_image_repository" {
66
description = "Grafana Image repository on Dockerhub"
67
type = string
@@ -153,3 +159,16 @@ variable "smtp_from_address" {
153
159
154
160
default = ""
155
161
162
163
+### S3 ###
164
+variable "grafana_s3_image_bucket" {
165
+ description = "Grafana S3 image bucket"
166
167
168
169
170
+variable "grafana_s3_image_bucket_region" {
171
+ description = "Region of the Grafana S3 image bucket"
172
173
174
0 commit comments