mirror of https://github.com/hashicorp/terraform
parent
b0ce89b805
commit
b8a0a02217
@ -0,0 +1,3 @@
|
||||
variable "foo" {
|
||||
default = ["foo", "bar"]
|
||||
}
|
||||
@ -0,0 +1,9 @@
|
||||
variable "foo" {
|
||||
default = "bar"
|
||||
}
|
||||
|
||||
variable "foo" {
|
||||
default = {
|
||||
"foo" = "bar"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue