Adding terraform

For S3 Cloudfront configuration
This commit is contained in:
2020-07-16 00:07:04 +01:00
parent 5e3e95a1b5
commit c984b5a06c
8 changed files with 1849 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
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" {
# }