Add copy from Local Folder feature

This commit is contained in:
Damien A
2023-12-17 20:06:32 +01:00
parent 596d32402d
commit d40214dc77
3 changed files with 22 additions and 3 deletions

View File

@@ -9,12 +9,17 @@ variable "GITHUB_REPO_URL" {
default = ""
}
variable "LOCAL_DIR_PATH" {
type = string
default = ""
}
variable "AWS_REGION" {
type = string
default = "eu-west-3"
}
variable "AWS_AMIS" {
variable "AWS_AMI" {
type = map(any)
default = {
"eu-west-3" = "ami-087da76081e7685da"