Adding terraform
For S3 Cloudfront configuration
This commit is contained in:
44
infrastructure/variables.tf
Normal file
44
infrastructure/variables.tf
Normal 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" {
|
||||
|
||||
# }
|
||||
Reference in New Issue
Block a user