ami data source

This commit is contained in:
Edward Viaene
2020-09-07 10:10:14 +02:00
parent 0a6bddd97a
commit 277b73136b
3 changed files with 32 additions and 9 deletions
+9 -8
View File
@@ -8,14 +8,15 @@ variable "AWS_REGION" {
default = "eu-west-1"
}
variable "WIN_AMIS" {
type = map(string)
default = {
us-east-1 = "ami-30540427"
us-west-2 = "ami-9f5efbff"
eu-west-1 = "ami-7ac78809"
}
}
# Note: WIN_AMIS is now Replaced by ami.tf
#variable "WIN_AMIS" {
# type = map(string)
# default = {
# us-east-1 = "ami-30540427"
# us-west-2 = "ami-9f5efbff"
# eu-west-1 = "ami-7ac78809"
# }
#}
variable "PATH_TO_PRIVATE_KEY" {
default = "mykey"