website: fix syntax of variables
This commit is contained in:
parent
bb2edb20fd
commit
f7022711c0
|
@ -25,8 +25,8 @@ variable "key" {}
|
||||||
|
|
||||||
variable "images" {
|
variable "images" {
|
||||||
default = {
|
default = {
|
||||||
"us-east-1": "image-1234",
|
us-east-1 = "image-1234"
|
||||||
"us-west-2": "image-4567",
|
us-west-2 = "image-4567"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue