deployments/ios_pushserver/variables.tf

15 lines
200 B
HCL

variable "apns_topic" {
type = string
}
variable "apns_key_contents" {
type = string
}
variable "apns_key_identifier" {
type = string
}
variable "apns_key_team_identifier" {
type = string
}