deployments/service_hub_bots/variables.tf

23 lines
289 B
HCL

variable "discord_token" {
type = string
}
variable "discord_guild_id" {
type = string
}
variable "github_token" {
type = string
}
variable "github_webhook_secret" {
type = string
}
variable "sentry_dsn" {
type = string
}
variable "service_hub_image_tag" {
type = string
}