website: fix syntax of variables

pull/251/head
Mitchell Hashimoto 12 years ago
parent bb2edb20fd
commit f7022711c0

@ -25,8 +25,8 @@ variable "key" {}
variable "images" {
default = {
"us-east-1": "image-1234",
"us-west-2": "image-4567",
us-east-1 = "image-1234"
us-west-2 = "image-4567"
}
}
```

Loading…
Cancel
Save