added type to variable
the other variables have a type, i think this one might be missing
This commit is contained in:
parent
133d3d7971
commit
cb20438221
|
@ -45,6 +45,7 @@ variable "images" {
|
|||
}
|
||||
|
||||
variable "zones" {
|
||||
type = "list"
|
||||
default = ["us-east-1a", "us-east-1b"]
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue