variable "aws_region" { type = "string" } variable "amis-aws-windows2016base" { # Windows_Server-2016-English-Full-Base-2019.02.13 type = "map" default = { us-east-1 = "ami-0bf148826ef491d16" # Virigina eu-west-3 = "ami-0e3f0a08a6950f3e2" # ParĂ­s } }