packer-cn/website/pages/partials/from-1.5/variables/foo-block.mdx

8 lines
177 B
Plaintext
Raw Normal View History

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