This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
lambda-boilerplate/infrastructure/app/variables.tf

20 lines
232 B
Terraform
Raw Normal View History

variable "aws_region" {
type = string
}
2022-10-09 16:42:18 +00:00
variable "commit_sha" {
type = string
}
variable "env_name" {
type = string
}
variable "artifacts_bucket_name" {
type = string
}
variable "lambda_archive_name" {
type = string
}