adding terraform config
This commit is contained in:
55
.infrastructure/variables.tf
Normal file
55
.infrastructure/variables.tf
Normal file
@@ -0,0 +1,55 @@
|
||||
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" {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user