· 9 years ago · Dec 28, 2016, 08:40 PM
1variable "access_key" {}
2variable "secret_key" {}
3variable "region" {
4 default = "ap-northeast-2"
5}
6
7variable "amis" {
8 type = "map"
9 default = {
10 ap-northeast-2 = "ami-983ce8f6"
11 us-west-2 = "ami-06b94666"
12 }
13}