-
#### Overview / Reproduction
I have HCL2 source config for the vagrant builder with `source_path` set to `"https://cloud-images.ubuntu.com/focal/20200720/focal-server-cloudimg-amd64-vagrant.box"`.…
tdyas updated
4 years ago
-
hi, I run into the following error. maybe someone knows why.
**Describe the bug**
Build error with terraform-providers
**To Reproduce**
Steps to reproduce the behavior. Example:
- I use go 1.…
-
```
build {
sources = [
# there can be multiple sources per build */
"source.amazon-ebs.example"
]
provisioner "ansible" {
playbook_file = "./init.yml"
}
}
```
I am tr…
-
While running the go build getting below error
# github.com/ibmcloud/packer-builder-ibmcloud/builder/ibmcloud
builder/ibmcloud/builder.go:68:48: cannot use self.config.KeyValueFilter.FlatMapstructur…
-
i suspect the majority usage of hcl2 is as a library, for which the extra dependency for the cli on docopt is extraneous. i was wondering about switching this to something in stdlib ala argparse to av…
-
#### Overview of the Issue
I'm trying to define multiple sources from the same provider. They are all reported by the same name on the console. Sample file:
```
source "qemu" "iso" {
iso_u…
-
#### Overview of the Issue
I have a build.json file to build an ubuntu-18.04 box on Proxmox using packer (tried both 1.5.6 and 1.6.0) and the .HTTPPort value in the boot_command is being replaced b…
-
#### Overview of the Issue
The implementation of `amazon-ebs` builder states that "-force" flag for `packer build` command should imitate the behavior of the setting `force_register = true`.
How…
-
#### Overview of the Issue
Some (HCL) blocks that used to work pre v1.5.6, now do not. I'm specifically referring to `filters` when used within a `source_ami_filter` block (that's what I tested), …
-
It would be helpful to enable HCL2 code to read from a MongoDB Collection during a Terraform Run.