Files
onmyoji-deck-builder/.infrastructure/variables.tf

56 lines
375 B
HCL

variable "name" {
}
variable "region" {
}
variable "stage" {
}
variable "profile" {
}
variable "acm_certificate_arn" {
}
variable "parent_zone_id" {
}
variable "aliases" {
}
variable "allowed_origins" {
}
variable "acl" {
}
variable "lambda_key" {
}
variable "source_file" {
}
variable "handler" {
}
variable "runtime" {
}
variable "s3_region" {
}