Files
blog/infrastructure/variables.tf

41 lines
312 B
HCL

variable "name" {
}
variable "region" {
}
variable "stage" {
}
variable "profile" {
}
variable "acm_certificate_arn" {
}
variable "parent_zone_id" {
}
variable "aliases" {
}
variable "allowed_origins" {
}
# variable "log_expiration_days" {
# }
# variable "log_standard_transition_days" {
# }