* Update and pin dependencies * Update NextJS Scripts * npm run lint * npm run format * docs generator: indent docs by two and make spacing better Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
```hcl
|
|
# variables.pkr.hcl
|
|
variable "foo" {
|
|
type = string
|
|
default = "the default value of the `foo` variable"
|
|
description = "description of the `foo` variable"
|
|
}
|
|
```
|