6 lines
59 B
HCL
6 lines
59 B
HCL
|
|
variable "fruit" {
|
|
type = string
|
|
default = "banana"
|
|
}
|