-
Using packer 1.6.7, and hcl2 templates, I noticed my "only" provisioner and post-processors:
```
provisioner "shell" {
only = ["virtualbox-iso.debian10"]
.
.
}
post-processo…
-
**Describe the bug**
When executing checkov against a directory with `tf.json` sources, an error is produced with the following message
```bash
_ _
___| |__ …
-
#### Overview of the Issue
It is not possible to format `*.pkrvars.hcl` variable file using `packer fmt` command. This should be possible using `fmt` command according to help:
```
Usage: packe…
-
Bug/False Positive:
CKV_GCP_33 reports a false positive depending on the syntax used in the metadata block specifically `true` vs `"TRUE"`
Steps to reproduce the behavior:
```
resource "google_c…
-
At the moment if you want to push a 0.12 module you get the following error:
`{"level":50,"time":1558622848948,"msg":"Malformed HCL","pid":7,"hostname":"citizen-68f58c75c9-9kxkb","name":"citizen","…
-
Thank you for opening an issue.
In this template paragraph text could be removed, however please retain headers.
### Prerequisites
- [x] Ensure you have latest version of plugin installed
- [x…
-
#### Overview of the Issue
```
module github.com/veertuinc/packer-builder-veertu-anka
go 1.13
require (
github.com/groob/plist v0.0.0-20200425180238-0f631f258c01
github.com/hashicorp/hcl…
-
#### Overview of the Issue
At our company, we are updating all json files to HCL2. We have Azure and AWS builders, in aws it works fine but in azure-arm we have next error.
```
2020/09/24 09:32:1…
-
```hcl
variable "sensitive" {
default = "I am soooo sensitive"
}
source "null" "first-example" {
communicator = "none"
}
build {
name = "roles"
source "null.first-example" {
…
-
I curious to know what are the plans for supporting HCL2 in Vault? If yes, is there a tentative timeline (6 months? 1 yr?) for that?
My use-case is that I want to overwrite a HCL file with another …