adding terraform config

This commit is contained in:
2021-03-18 01:00:12 +00:00
parent 848551e00a
commit 7df0ed18f7
11 changed files with 1106 additions and 0 deletions

View 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" {
}