You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error
The given value is not suitable for var.check_groups declared at variables.tf:173,1-24: element "prod-api": attribute "environment_variable" is required.
},
variable "check_groups" {
description = "Checkly groups to organise related checks"
type = map(object({
name = string
tags = list(string)
locations = list(string)
use_global_alert_settings = bool
}))
default = {}
}
error
The given value is not suitable for var.check_groups declared at variables.tf:173,1-24: element "prod-api": attribute "environment_variable" is required.
Originally posted by @sachinmane1983 in #254 (comment)
The text was updated successfully, but these errors were encountered: