9 lines
178 B
Plaintext
Raw Permalink Normal View History

2020-05-26 15:29:47 +02:00
```hcl
# variables.pkr.hcl
variable "foo" {
type = string
default = "the default value of the `foo` variable"
description = "description of the `foo` variable"
}
```