Add copy from Local Folder feature
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user