mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user