Skip to content

Commit 16bd4b6

Browse files
committed
add missing variables
1 parent b093586 commit 16bd4b6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

variables.tf

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ variable "prometheus_image_tag" {
5656
default = "v2.36.2"
5757
}
5858

59+
variable "prometheus_host_url" {
60+
description = "Prometheus Host URL"
61+
type = string
62+
default = ""
63+
}
64+
5965
variable "grafana_image_repository" {
6066
description = "Grafana Image repository on Dockerhub"
6167
type = string
@@ -153,3 +159,16 @@ variable "smtp_from_address" {
153159
type = string
154160
default = ""
155161
}
162+
163+
### S3 ###
164+
variable "grafana_s3_image_bucket" {
165+
description = "Grafana S3 image bucket"
166+
type = string
167+
default = ""
168+
}
169+
170+
variable "grafana_s3_image_bucket_region" {
171+
description = "Region of the Grafana S3 image bucket"
172+
type = string
173+
default = ""
174+
}

0 commit comments

Comments
 (0)