website/docs: add type to example variable
added type to variable
This commit is contained in:
commit
2326acaefe
|
@ -45,6 +45,7 @@ variable "images" {
|
|||
}
|
||||
|
||||
variable "zones" {
|
||||
type = "list"
|
||||
default = ["us-east-1a", "us-east-1b"]
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue