|
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
|
|
} |