5 lines
74 B
Terraform
5 lines
74 B
Terraform
|
variable "foo" {
|
||
|
type = list(string)
|
||
|
default = ["this is valid"]
|
||
|
}
|