added type to variable

the other variables have a type, i think this one might be missing
This commit is contained in:
matt short 2019-05-03 08:22:07 +01:00 committed by GitHub
parent 133d3d7971
commit cb20438221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ variable "images" {
}
variable "zones" {
type = "list"
default = ["us-east-1a", "us-east-1b"]
}
```