5 lines
57 B
HCL
5 lines
57 B
HCL
|
variable "foo" {
|
||
|
type = string
|
||
|
default = "bar"
|
||
|
}
|