|
variable "apns_topic" {
|
|
type = string
|
|
}
|
|
|
|
variable "apns_key_contents" {
|
|
type = string
|
|
}
|
|
|
|
variable "apns_key_identifier" {
|
|
type = string
|
|
}
|
|
|
|
variable "apns_key_team_identifier" {
|
|
type = string
|
|
}
|
|
|
|
variable "sentry_dsn" {
|
|
type = string
|
|
}
|
|
|
|
variable "service_hub_image_tag" {
|
|
type = string
|
|
} |