mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
5 lines
90 B
Terraform
5 lines
90 B
Terraform
|
|
variable "incorrectly_typed_default" {
|
||
|
|
type = list(string)
|
||
|
|
default = "hello"
|
||
|
|
}
|