Files
blog/infrastructure/variables.tf
Daniel Tomlinson c984b5a06c Adding terraform
For S3 Cloudfront configuration
2020-07-16 00:07:04 +01:00

45 lines
341 B
HCL

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