Skip to content

Commit 84b04bc

Browse files
committed
fix: uptime variables mandatory
1 parent b3b92a6 commit 84b04bc

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

scripts/terraform/common/gcp-uptime/variables.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ variable "taito_uptime_namespace_id" {}
66
/* Monitoring */
77
variable "taito_uptime_targets" {
88
type = "list"
9-
default = []
109
}
1110
variable "taito_uptime_paths" {
1211
type = "list"
13-
default = []
1412
}
1513
variable "taito_uptime_timeouts" {
1614
type = "list"
17-
default = []
1815
}
1916
variable "taito_uptime_channels" {
2017
type = "list"
21-
default = []
2218
}

scripts/terraform/gcp-uptime/variables.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ variable "taito_uptime_namespace_id" {}
66
/* Monitoring */
77
variable "taito_uptime_targets" {
88
type = "list"
9-
default = []
109
}
1110
variable "taito_uptime_paths" {
1211
type = "list"
13-
default = []
1412
}
1513
variable "taito_uptime_timeouts" {
1614
type = "list"
17-
default = []
1815
}
1916
variable "taito_uptime_channels" {
2017
type = "list"
21-
default = []
2218
}

0 commit comments

Comments
 (0)